From 30a15fe9d0907da202914b87111c700235319296 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 6 Dec 2017 18:06:46 -0500 Subject: testing --- test/fnetfilter/test1.net | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/fnetfilter/test1.net') diff --git a/test/fnetfilter/test1.net b/test/fnetfilter/test1.net index 59bef1443..e60127373 100644 --- a/test/fnetfilter/test1.net +++ b/test/fnetfilter/test1.net @@ -1,5 +1,5 @@ *filter -# test2 +# test1 :INPUT DROP [0:0] :FORWARD DROP [0:0] :OUTPUT ACCEPT [0:0] @@ -9,7 +9,7 @@ #-A INPUT -p icmp --icmp-type echo-reply -j ACCEPT -A INPUT -p icmp --icmp-type destination-unreachable -j ACCEPT -A INPUT -p icmp --icmp-type time-exceeded -j ACCEPT --A INPUT -p icmp --icmp-type echo-request -j ACCEPT +-A INPUT -p icmp --icmp-type echo-request -j ACCEPT # disable STUN -A OUTPUT -p udp --dport 3478 -j DROP -A OUTPUT -p udp --dport 3479 -j DROP -- cgit v1.2.3-54-g00ecf