1
0

hosts/carbon: Clamp MSS to path MTU

This commit is contained in:
clerie 2024-09-23 17:00:33 +02:00
parent fee4892479
commit db3824b5b8
Signed by: clerie
GPG Key ID: BD9F56480870BAD2

View File

@ -54,7 +54,7 @@
};
clerie.firewall.extraForwardMangleCommands = ''
ip46tables -t mangle -A forward-mangle -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1416
ip46tables -t mangle -A forward-mangle -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
'';
}