mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-09-21 07:38:24 +00:00
13 lines
206 B
SquidConf
13 lines
206 B
SquidConf
# Fail2Ban filter for Squid attempted proxy bypasses
|
|
#
|
|
#
|
|
|
|
[Definition]
|
|
|
|
failregex = ^\s+\d\s<HOST>\s+[A-Z_]+_DENIED/403 .*$
|
|
^\s+\d\s<HOST>\s+NONE/405 .*$
|
|
|
|
ignoreregex =
|
|
|
|
# Author: Daniel Black
|
|
|