allow ipv4 forwarding needed by NAT

This commit is contained in:
nyanloutre 2025-01-07 16:00:50 +01:00
parent ea8e9a14bc
commit f10ac3078e

View File

@ -130,7 +130,7 @@
filterForward = true;
extraForwardRules = ''
# Forward all IPv6 traffic from local network
meta nfproto ipv6 iifname "eno2" counter accept
iifname "eno2" counter accept
'';
};
};