Browse Source

Add 'firewall/filter.sh'

master
artur 4 years ago
parent
commit
961a11a5eb
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      firewall/filter.sh

+ 2
- 0
firewall/filter.sh View File

@ -0,0 +1,2 @@
add action=drop chain=output comment="DO NOT TOUCH" dst-address=192.168.56.0/24 out-interface=ether2
add action=drop chain=output comment="DO NOT TOUCH" dst-address=192.168.55.0/24 out-interface=ether3

Loading…
Cancel
Save