1
0

hosts/carbon: Move MSS clamping to PPP config

This commit is contained in:
clerie 2024-07-14 00:51:49 +02:00
parent 38345f6dbe
commit 9102d40958
Signed by: clerie
GPG Key ID: BD9F56480870BAD2
2 changed files with 4 additions and 3 deletions

View File

@ -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;

View File

@ -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
'';
}