nixos/home/routing-common: Add MSS clamping to work around PMTUD
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 1h4m53s
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 1h4m53s
This commit is contained in:
parent
1a8740fb9c
commit
40c491aa14
@ -370,6 +370,12 @@ in
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
chain forward-early {
|
||||||
|
type filter hook forward priority -1; policy accept;
|
||||||
|
|
||||||
|
# MSS clamping to workaround IPv6 PMTUD being broken...
|
||||||
|
tcp flags syn tcp option maxseg size set rt mtu counter
|
||||||
|
}
|
||||||
chain forward {
|
chain forward {
|
||||||
${lib.my.c.as211024.nftTrust}
|
${lib.my.c.as211024.nftTrust}
|
||||||
iifname lan-untrusted jump filter-untrusted
|
iifname lan-untrusted jump filter-untrusted
|
||||||
|
Loading…
Reference in New Issue
Block a user