now doing BCP38

This commit is contained in:
2019-05-18 10:33:49 +01:00
parent ac521117b0
commit ec1905f1bd
5 changed files with 45 additions and 3 deletions

View File

@ -1,6 +1,8 @@
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
-A FORWARD -m set --match-set bcp38-cone-oface-v6 src,dst -j ACCEPT
-A FORWARD -m set --match-set bcp38-else-oface-v6 src,dst -j DROP
:OUTPUT ACCEPT [0:0]
COMMIT