fix(wireguard): change default WIREGUARD_MTU from 1400 to 1320

- Partially address #2533
This commit is contained in:
Quentin McGaw
2024-11-05 09:57:03 +00:00
parent 96a8015af6
commit c655500045
2 changed files with 6 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ ENV VPN_SERVICE_PROVIDER=pia \
WIREGUARD_PERSISTENT_KEEPALIVE_INTERVAL=0 \
WIREGUARD_ADDRESSES= \
WIREGUARD_ADDRESSES_SECRETFILE=/run/secrets/wireguard_addresses \
WIREGUARD_MTU=1400 \
WIREGUARD_MTU=1320 \
WIREGUARD_IMPLEMENTATION=auto \
# VPN server filtering
SERVER_REGIONS= \