removed --debug, --verbose
[ferm.git] / test / protocols / udp.ferm
blob4c88c36002598a706759223e4208107353c0b620
1 chain INPUT {
2     proto udp dport 22 ACCEPT;
3     proto udp sport 100:200 DROP;