mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Run the expiretable utility on the sshlockout table once every 60 minutes
This commit is contained in:
parent
c2bf0974fd
commit
fbcfbf1109
@ -11,3 +11,4 @@ HOME=/var/log
|
||||
1,31 0-5 * * * root /usr/bin/nice -n20 adjkerntz -a
|
||||
*/5 * * * * root /usr/bin/nice -n20 /etc/rc.prunecaptiveportal
|
||||
1 * 1 * * root /usr/bin/nice -n20 /etc/update_bogons.sh
|
||||
*/60 * 1 * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 60 sshlockout
|
||||
|
||||
Loading…
Reference in New Issue
Block a user