mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 19:55:52 +02:00
Forward Firewall: fixed firewall hits statistik and extended it to show input,output,forward,newnotsyn and portscan seperately.
This commit is contained in:
committed by
Michael Tremer
parent
6f348fcb9d
commit
94ea1f0346
@@ -277,6 +277,9 @@ case "$1" in
|
||||
|
||||
/usr/sbin/firewall-policy
|
||||
|
||||
#Only for firewall Hits statistik
|
||||
/sbin/iptables -A POLICYFWD -j DROP -m comment --comment "DROP_FORWARD"
|
||||
/sbin/iptables -A POLICYOUT -j DROP -m comment --comment "DROP_OUTPUT"
|
||||
;;
|
||||
startovpn)
|
||||
# run openvpn
|
||||
|
||||
Reference in New Issue
Block a user