hosts/carbon: Move MSS clamping to PPP config
This commit is contained in:
parent
38345f6dbe
commit
9102d40958
@ -58,9 +58,6 @@
|
||||
};
|
||||
|
||||
clerie.firewall.enable = true;
|
||||
clerie.firewall.extraForwardMangleCommands = ''
|
||||
ip46tables -t mangle -A forward-mangle -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1416
|
||||
'';
|
||||
|
||||
clerie.monitoring = {
|
||||
enable = true;
|
||||
|
@ -53,4 +53,8 @@
|
||||
];
|
||||
};
|
||||
|
||||
clerie.firewall.extraForwardMangleCommands = ''
|
||||
ip46tables -t mangle -A forward-mangle -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1416
|
||||
'';
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user