From 8cbdfbb96df4bf78d868ede9f4ab8edc5f102352 Mon Sep 17 00:00:00 2001 From: Ishan Jain Date: Tue, 7 Nov 2023 03:34:18 +0530 Subject: [PATCH] updated readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59691a5..bac6ce5 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,16 @@ This program does not handle any aspect related to that. This program exits after modifying `/etc/hosts`. It can be used with systemd to run at some interval. +It might be better to run this some how on netlink events, I have not looked into it yet. + ``` # /etc/systemd/system/rdns-ipv6.timer [Unit] Description=rdns-ipv6 [Timer] -OnUnitActiveSec=10s -OnBootSec=10s +OnUnitActiveSec=30s +OnBootSec=30s [Install] WantedBy=timers.target