From 7933b5eae0e36820b017fe1ef12400a9ef563a56 Mon Sep 17 00:00:00 2001 From: Lewis Buckley Date: Wed, 20 Aug 2025 12:54:32 +0100 Subject: [PATCH] echo reason for change --- migrations/1755244361.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/migrations/1755244361.sh b/migrations/1755244361.sh index 32dedc8d..f2089963 100644 --- a/migrations/1755244361.sh +++ b/migrations/1755244361.sh @@ -1 +1,3 @@ +echo "Tuning MTU probing for more reliable SSH and Tailscale performance" + sudo sed -i 's/^net.ipv4.tcp_mtu_probing=1/net.ipv4.tcp_mtu_probing=2/' /etc/sysctl.d/99-sysctl.conf