From 6c5442dffe65bf64c069855e4337c57c975888a2 Mon Sep 17 00:00:00 2001 From: adminer Date: Thu, 29 Jan 2026 23:52:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Install.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Install.md diff --git a/Install.md b/Install.md new file mode 100644 index 0000000..0bd5ca4 --- /dev/null +++ b/Install.md @@ -0,0 +1,6 @@ +cron + +*/5 * * * * old=$(md5sum /etc/bird/notRU_ips.txt); python3 /usr/local/bin/dnsmasq_exp_rej.py; new=$(md5sum /etc/bird/notRU_ips.txt); [ "$old" != "$new" ] && (kill -1 $(pidof bird); echo Reloading) + +alias dnsreload=" python3 /usr/local/bin/export_rejects.py && (kill -1 $(pidof bird); echo '>>Reloading')" +