mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
logic fix
This commit is contained in:
parent
8e3c1b73e9
commit
0c7487af24
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ class Filter(JailThread):
|
|||
if self.__ignoreCommand is not False:
|
||||
ignored_ips = os.popen(self.__ignoreCommand).read().split(" ")
|
||||
if ip in ignored_ips:
|
||||
continue
|
||||
return True
|
||||
|
||||
s = i.split('/', 1)
|
||||
# IP address without CIDR mask
|
||||
|
|
|
|||
Loading…
Reference in a new issue