From 8c11825f693ad3210eac7ddcd5e023cdfce0adca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toralf=20F=C3=B6rster?= Date: Fri, 12 Jul 2024 11:28:56 +0200 Subject: [PATCH] update doc --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43f2cb7..286a9a7 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Otherwise run the script with the parameter `start` instead of `test`. sudo ./ipv4-rules.sh start ``` -and create the following 2 cron jobs (via `crontab -e`): +and create cron jobs (via `crontab -e`) like these: ```cron # DDoS prevention @@ -83,6 +83,9 @@ and create the following 2 cron jobs (via `crontab -e`): # keep ips during reboot @hourly /root/ipv4-rules.sh save; /root/ipv6-rules.sh save + +# update Tor authorities +@daily /root/ipv4-rules.sh update; /root/ipv6-rules.sh update ``` That's all.