mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +00:00
ensure logging
Allows to see dropped activity which in latest versions is not reported
This commit is contained in:
parent
33cf1b4718
commit
8ba39f56d5
1 changed files with 4 additions and 3 deletions
|
@ -17,8 +17,9 @@ vpn net ACCEPT
|
|||
vpn fw ACCEPT
|
||||
fw vpn ACCEPT
|
||||
fw net ACCEPT
|
||||
net all DROP
|
||||
vpn vpn DROP
|
||||
net all DROP info client:10/sec:20,:60/sec:100
|
||||
vpn vpn DROP info client:10/sec:20,:60/sec:100
|
||||
# THE FOLLOWING POLICY MUST BE LAST
|
||||
all all REJECT
|
||||
all all REJECT info client:10/sec:20,:60/sec:10
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue