forked from nyanloutre/nixos-config
Only forward IPv6 traffic
This commit is contained in:
parent
db19e625ce
commit
7f461268da
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue