public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, core197, updated. 26f600100f173335b019221c4fc29b805190f99f
@ 2025-09-16 14:05 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2025-09-16 14:05 UTC (permalink / raw)
  To: ipfire-scm

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, core197 has been updated
       via  26f600100f173335b019221c4fc29b805190f99f (commit)
      from  124f2f2fa5dabbb27d57513cfa2c689dbf106425 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 26f600100f173335b019221c4fc29b805190f99f
Author: Michael Tremer <michael.tremer@ipfire.org>
Date:   Tue Sep 16 14:04:16 2025 +0000

    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 <michael.tremer@ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 html/cgi-bin/ovpnmain.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Difference in files:
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",


hooks/post-receive
--
IPFire 2.x development tree


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-09-16 14:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-16 14:05 [git.ipfire.org] IPFire 2.x development tree branch, core197, updated. 26f600100f173335b019221c4fc29b805190f99f Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox