Only forward IPv6 traffic

This commit is contained in:
nyanloutre 2025-01-03 14:56:07 +01:00
parent db19e625ce
commit 7f461268da

View File

@ -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
''; '';
}; };
}; };