Update README

This commit is contained in:
root 2024-02-12 12:32:39 -05:00
parent 6c5e668d76
commit 3194f4b3f2

View file

@ -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
```