mirror of
https://github.com/linuxserver/fail2ban-confs.git
synced 2026-02-20 05:02:42 +08:00
18 lines
282 B
SquidConf
18 lines
282 B
SquidConf
## Version 2022/08/06
|
|
# 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 =
|
|
|
|
datepattern = {^LN-BEG}Epoch
|
|
{^LN-BEG}
|
|
|
|
# Author: Daniel Black
|
|
|