From 26f600100f173335b019221c4fc29b805190f99f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 16 Sep 2025 14:04:16 +0000 Subject: [PATCH] ovpnmain.cgi: Set the MTU to as sensible default This should allow us to send packets without using too much fragmentation in most cases when the actual interface still havs some decent packet sizes. Signed-off-by: Michael Tremer --- html/cgi-bin/ovpnmain.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index fef135aa2..b63e5752c 100644 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -128,7 +128,7 @@ my $col=""; # Advanced Settings "DPROTOCOL" => "udp", "DDEST_PORT" => 1194, - "DMTU" => 1500, + "DMTU" => 1420, "MAX_CLIENTS" => 100, "MSSFIX" => "off", "TLSAUTH" => "on", -- 2.47.3