Skip to content

Commit a9630a5

Browse files
committed
Add comment to nr-wg-mtu-finder in config file
Close #224
1 parent 95f0d4f commit a9630a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

wireguard-install.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,11 @@ PrivateKey = ${CLIENT_PRIV_KEY}
400400
Address = ${CLIENT_WG_IPV4}/32,${CLIENT_WG_IPV6}/128
401401
DNS = ${CLIENT_DNS_1},${CLIENT_DNS_2}
402402
403+
# Uncomment the next line to set a custom MTU
404+
# This might impact performance, so use it only if you know what you are doing
405+
# See https://github.com/nitred/nr-wg-mtu-finder to find your optimal MTU
406+
# MTU = 1420
407+
403408
[Peer]
404409
PublicKey = ${SERVER_PUB_KEY}
405410
PresharedKey = ${CLIENT_PRE_SHARED_KEY}

0 commit comments

Comments
 (0)