diff --git a/README.md b/README.md index 74c446e..2f9da80 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ docker-compose up | `WGUI_ENDPOINT_ADDRESS` | The default endpoint address used in global settings where clients should connect to. The endpoint can contain a port as well, useful when you are listening internally on the `WGUI_SERVER_LISTEN_PORT` port, but you forward on another port (ex 9000). Ex: myvpn.dyndns.com:9000 | Resolved to your public ip address | | `WGUI_FAVICON_FILE_PATH` | The file path used as website favicon | Embedded WireGuard logo | | `WGUI_DNS` | The default DNS servers (comma-separated-list) used in the global settings | `1.1.1.1` | -| `WGUI_MTU` | The default MTU used in global settings | `1450` | +| `WGUI_MTU` | The default MTU used in global settings | `1420` | | `WGUI_PERSISTENT_KEEPALIVE` | The default persistent keepalive for WireGuard in global settings | `15` | | `WGUI_FIREWALL_MARK` | The default WireGuard firewall mark | `0xca6c` (51820) | | `WGUI_TABLE` | The default WireGuard table value settings | `auto` | diff --git a/templates/global_settings.html b/templates/global_settings.html index 73b3c93..f708443 100644 --- a/templates/global_settings.html +++ b/templates/global_settings.html @@ -97,7 +97,7 @@ Global Settings
1450
. You might want
+ 1420
. You might want
to adjust the MTU size if your connection (e.g PPPoE, 3G, satellite network, etc) has a low MTU.