mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
BF: fix to proxy port in 3proxy example
This commit is contained in:
parent
9dbaec0894
commit
88b4598ed8
1 changed files with 1 additions and 1 deletions
|
|
@ -405,6 +405,6 @@ maxretry=5
|
|||
|
||||
enabled = false
|
||||
filter = 3proxy
|
||||
action = iptables-multiport[name=3proxy, port=318, protocol=tcp]
|
||||
action = iptables-multiport[name=3proxy, port=3128, protocol=tcp]
|
||||
logpath = /var/log/3proxy.log
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue