Compare commits
2 commits
4c353f949e
...
f10ac3078e
Author | SHA1 | Date | |
---|---|---|---|
f10ac3078e | |||
ea8e9a14bc |
1 changed files with 2 additions and 1 deletions
|
@ -59,6 +59,7 @@
|
||||||
|
|
||||||
nftables = {
|
nftables = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
flushRuleset = false;
|
||||||
tables = {
|
tables = {
|
||||||
"multi-wan-routing" = {
|
"multi-wan-routing" = {
|
||||||
family = "inet";
|
family = "inet";
|
||||||
|
@ -129,7 +130,7 @@
|
||||||
filterForward = true;
|
filterForward = true;
|
||||||
extraForwardRules = ''
|
extraForwardRules = ''
|
||||||
# Forward all IPv6 traffic from local network
|
# Forward all IPv6 traffic from local network
|
||||||
meta nfproto ipv6 iifname "eno2" counter accept
|
iifname "eno2" counter accept
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue