diff --git a/ipv4-blocked.default b/ipv4-blocked.default index ed6980b..8c28358 100644 --- a/ipv4-blocked.default +++ b/ipv4-blocked.default @@ -7,6 +7,4 @@ # if you want to apply to all ports/interfaces/etc # Example: # - Block SRC of eth1 192.168.0.5:80 from contacting DST eth0 192.168.1.10:20 through 21, TCP -# eth1|192.168.0.5|80|eth0|192.168.1.10|20-21|IN|TCP -# Useful ones that I use at home are| -#||6881-6999|||OUT|TCP +# eth1|192.168.0.5|80|eth0|192.168.1.10|20-21|IN|TCP \ No newline at end of file diff --git a/ipv6-blocked.default b/ipv6-blocked.default index 42132f7..a7cc474 100644 --- a/ipv6-blocked.default +++ b/ipv6-blocked.default @@ -8,5 +8,3 @@ # Example: # - Block SRC of eth1 192.168.0.5:80 from contacting DST eth0 192.168.1.10:20 through 21, TCP # eth1|::1|80|eth0|2001::1|20-21|IN|TCP -# Useful ones that I use at home are| -#||6881-6999|||OUT|TCP