mirror of
https://github.com/myvesta/vesta.git
synced 2024-11-21 21:10:17 -08:00
d9a68455a8
Update names Fix pcre url Please not configs are not tested Revert changes
10 lines
384 B
Plaintext
10 lines
384 B
Plaintext
# Fail2Ban configuration file for vesta
|
|
|
|
[Definition]
|
|
|
|
actionstart = /usr/local/vesta/bin/v-add-firewall-chain <name>
|
|
actionstop = /usr/local/vesta/bin/v-delete-firewall-chain <name>
|
|
actioncheck = iptables -n -L INPUT | grep -q 'fail2ban-<name>[ \t]'
|
|
actionban = /usr/local/vesta/bin/v-add-firewall-ban <ip> <name>
|
|
actionunban = /usr/local/vesta/bin/v-delete-firewall-ban <ip> <name>
|