Update README
This commit is contained in:
parent
6c5e668d76
commit
3194f4b3f2
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue