Yup, it works. IPv6 advanced blocking\!
parent
8f7763e4af
commit
375fe05638
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue