mirror of https://github.com/fail2ban/fail2ban
added a comment to README.Debian and to the list of examples for ipmasq example file
parent
0da36545d3
commit
996da9a3f0
|
@ -107,6 +107,16 @@ banaction=iptables-new
|
||||||
Also you can redefine the whole action parameter if you like.
|
Also you can redefine the whole action parameter if you like.
|
||||||
|
|
||||||
|
|
||||||
|
* Interaction with ipmasq
|
||||||
|
Comment to #461417
|
||||||
|
|
||||||
|
Although fail2ban should detect and recreate missing chains if the external
|
||||||
|
command wipes out iptables, it is better to explicitely to force-reload
|
||||||
|
fail2ban. For this reason there is examples/ipmasq-ZZZzzz|fail2ban.rul file is
|
||||||
|
shipped along to be installed under name ZZZzzz|fail2ban.rul within
|
||||||
|
/etc/ipmasq.
|
||||||
|
|
||||||
|
|
||||||
Troubleshooting:
|
Troubleshooting:
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
|
|
@ -57,7 +57,7 @@ binary-indep: install
|
||||||
dh_testroot
|
dh_testroot
|
||||||
dh_installchangelogs CHANGELOG
|
dh_installchangelogs CHANGELOG
|
||||||
dh_installdocs
|
dh_installdocs
|
||||||
dh_installexamples config/jail.conf
|
dh_installexamples config/jail.conf files/ipmasq-*
|
||||||
dh_installlogrotate
|
dh_installlogrotate
|
||||||
dh_pycentral
|
dh_pycentral
|
||||||
dh_installinit -- defaults 99
|
dh_installinit -- defaults 99
|
||||||
|
|
Loading…
Reference in New Issue