mirror of https://github.com/fail2ban/fail2ban
fresh changes I forgotten to submit :-/
parent
12ddba6cf2
commit
f0e4ef017c
|
@ -40,11 +40,6 @@ case "$1" in
|
||||||
echo "$NAME."
|
echo "$NAME."
|
||||||
;;
|
;;
|
||||||
restart|force-reload)
|
restart|force-reload)
|
||||||
#
|
|
||||||
# If the "reload" option is implemented, move the "force-reload"
|
|
||||||
# option to the "reload" entry above. If not, "force-reload" is
|
|
||||||
# just the same as "restart".
|
|
||||||
#
|
|
||||||
echo -n "Restarting $DESC: "
|
echo -n "Restarting $DESC: "
|
||||||
( $0 stop )
|
( $0 stop )
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
|
@ -15,8 +15,11 @@ fail2ban with apache, please enable apache section manually in
|
||||||
/etc/fail2ban.conf.
|
/etc/fail2ban.conf.
|
||||||
|
|
||||||
Currently no checks if an iptables queue generated at the beginning
|
Currently no checks if an iptables queue generated at the beginning
|
||||||
(fail2ban-http and fail2ban-ssh) exists. So if your firewall resets
|
(fail2ban-http and fail2ban-ssh) exists. So if your firewall resets the iptable
|
||||||
the iptable rules -- it is your responsibility to restart fail2ban.
|
rules -- it is your responsibility to restart fail2ban. Also you can
|
||||||
|
augment fwban and fwunban rules and include as first lines full
|
||||||
|
definitions of fwstart. That is nasty solution and probably it will get
|
||||||
|
resolved in the future.
|
||||||
|
|
||||||
See TODO.Debian for more details, as well as the Debian Bug
|
See TODO.Debian for more details, as well as the Debian Bug
|
||||||
Tracking system.
|
Tracking system.
|
||||||
|
|
Loading…
Reference in New Issue