diff --git a/README.md b/README.md index 28f6f17..f76439f 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,10 @@ Add this after `udp dport 443 log prefix "Dropped (UDP/443): " drop` within `cha ``` Reload nftables: `sudo nft -f /etc/nftables.conf` + + +## Configuring automated updates +To automatically update these lists, add the following to root's crontab (`sudo crontab -e`): +``` +0 * * * * /etc/nftables.d/update.sh >/dev/null 2>&1 +```