mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-04-04 06:26:20 +00:00
Add WIREGUARD_MTU configuration option for customizable MTU settings
This commit is contained in:
@@ -25,6 +25,13 @@ TIMEZONE=America/Sao_Paulo
|
||||
# Example: EXTRA_ALLOWED_HOSTS=app1.example.com,app2.example.com:8443,app3.example.com
|
||||
#EXTRA_ALLOWED_HOSTS=app1.example.com,app2.example.com:8443,app3.example.com
|
||||
|
||||
# Set a custom MTU for WireGuard interfaces (server and client configs).
|
||||
# Only change this if you know what you are doing. The default WireGuard MTU (1420) works for most setups.
|
||||
# Must be an integer between 1280 and 9000.
|
||||
# After changing this value, re-export and re-distribute all client configuration files,
|
||||
# as mismatched MTU between server and clients can cause connectivity and performance issues.
|
||||
# WIREGUARD_MTU=1420
|
||||
|
||||
# Allow VPN clients to access Django directly through the internal interface.
|
||||
# When enabled, users connected to the VPN can open the web interface using:
|
||||
# http://ip_or_hostname:8000
|
||||
|
||||
Reference in New Issue
Block a user