MTU 1280 by default

This commit is contained in:
Owen Schwartz
2025-01-15 20:54:24 -05:00
parent fc451baa06
commit 1712b88e18

View File

@@ -121,7 +121,7 @@ func main() {
flag.StringVar(&logLevel, "log-level", "INFO", "Log level (DEBUG, INFO, WARN, ERROR, FATAL)")
}
if mtu == "" {
flag.StringVar(&mtu, "mtu", "1420", "MTU of the WireGuard interface")
flag.StringVar(&mtu, "mtu", "1280", "MTU of the WireGuard interface")
}
flag.Parse()