Fix default MTU to 1420 as it has Wireguard kernel module set by default.

This commit is contained in:
Jakub Lansky 2025-01-08 08:33:55 +01:00
parent 2fdafd34ca
commit b3ff328afc
No known key found for this signature in database
GPG key ID: CF60BA7F104D82A4
3 changed files with 3 additions and 3 deletions

View file

@ -97,7 +97,7 @@ Global Settings
<dt>2. DNS Servers</dt>
<dd>The DNS servers will be set to client config.</dd>
<dt>3. MTU</dt>
<dd>The MTU will be set to server and client config. By default it is <code>1450</code>. You might want
<dd>The MTU will be set to server and client config. By default it is <code>1420</code>. You might want
to adjust the MTU size if your connection (e.g PPPoE, 3G, satellite network, etc) has a low MTU.</dd>
<dd>Leave blank to omit this setting in the configs.</dd>
<dt>4. Persistent Keepalive</dt>