mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Load the bogon list after fetching
This commit is contained in:
parent
9bec0abce8
commit
27a842443e
@ -9,4 +9,4 @@ HOME=/var/log
|
||||
15 4 * * 6 root periodic weekly
|
||||
30 5 1 * * root periodic monthly
|
||||
1,31 0-5 * * * root adjkerntz -a
|
||||
*/3000 * * * * root /usr/bin/fetch -o /etc/bogons "http://www.cymru.com/Documents/bogon-bn-nonagg.txt" >/dev/null 2>&1
|
||||
*/3000 * * * * root /usr/bin/fetch -o /etc/bogons "http://www.cymru.com/Documents/bogon-bn-nonagg.txt" >/dev/null 2>&1 && /sbin/pfctl -t bogons -T replace -f /etc/bogons >/dev/null 2>&1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user