Bläddra i källkod

Update fail2ban.rst

Len 9 år sedan
förälder
incheckning
04348ea179
1 ändrade filer med 7 tillägg och 3 borttagningar
  1. 7 3
      source/advanced/fail2ban.rst

+ 7 - 3
source/advanced/fail2ban.rst

@@ -195,12 +195,16 @@ Fail2Ban
 
 | **Errors**
 | If you're seeing something like this in your fail2ban logfile:
-| 2011-02-27 14:11:42,326 fail2ban.actions.action: ERROR  iptables -N fail2ban-freeswitch-tcp
-| add the:
+
+::
+ 
+ 2011-02-27 14:11:42,326 fail2ban.actions.action: ERROR  iptables -N fail2ban-freeswitch-tcp
+
+
+| add the time.sleep(0.1) to /usr/bin/fail2ban-client
 
 ::
 
- time.sleep(0.1) to /usr/bin/fail2ban-client
  def __processCmd(self, cmd, showRet = True):
  beautifier = Beautifier()
  for c in cmd: