We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f0d4f commit a9630a5Copy full SHA for a9630a5
wireguard-install.sh
@@ -400,6 +400,11 @@ PrivateKey = ${CLIENT_PRIV_KEY}
400
Address = ${CLIENT_WG_IPV4}/32,${CLIENT_WG_IPV6}/128
401
DNS = ${CLIENT_DNS_1},${CLIENT_DNS_2}
402
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
+
408
[Peer]
409
PublicKey = ${SERVER_PUB_KEY}
410
PresharedKey = ${CLIENT_PRE_SHARED_KEY}
0 commit comments