Only forward IPv6 traffic
This commit is contained in:
parent
db19e625ce
commit
7f461268da
@ -129,7 +129,7 @@
|
|||||||
filterForward = true;
|
filterForward = true;
|
||||||
extraForwardRules = ''
|
extraForwardRules = ''
|
||||||
# Forward all IPv6 traffic from local network
|
# Forward all IPv6 traffic from local network
|
||||||
iifname "eno2" counter accept
|
meta nfproto ipv6 iifname "eno2" counter accept
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user