mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
added a comment to README.Debian and to the list of examples for ipmasq example file
This commit is contained in:
parent
0da36545d3
commit
996da9a3f0
2 changed files with 11 additions and 1 deletions
10
debian/README.Debian
vendored
10
debian/README.Debian
vendored
|
|
@ -107,6 +107,16 @@ banaction=iptables-new
|
|||
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:
|
||||
---------------
|
||||
|
||||
|
|
|
|||
2
debian/rules
vendored
2
debian/rules
vendored
|
|
@ -57,7 +57,7 @@ binary-indep: install
|
|||
dh_testroot
|
||||
dh_installchangelogs CHANGELOG
|
||||
dh_installdocs
|
||||
dh_installexamples config/jail.conf
|
||||
dh_installexamples config/jail.conf files/ipmasq-*
|
||||
dh_installlogrotate
|
||||
dh_pycentral
|
||||
dh_installinit -- defaults 99
|
||||
|
|
|
|||
Loading…
Reference in a new issue