diff --git a/debian/README.Debian b/debian/README.Debian index 34303403..faf52b10 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -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: --------------- diff --git a/debian/rules b/debian/rules index cc4dbfb5..282e3140 100755 --- a/debian/rules +++ b/debian/rules @@ -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