Philip H
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/lib/WireGuard.js
|
@ -204,7 +204,7 @@ ${client.preSharedKey ? `PresharedKey = ${client.preSharedKey}\n` : '' |
|
|
|
|
|
|
|
|
return `[Interface]
|
|
|
return `[Interface]
|
|
|
PrivateKey = ${client.privateKey} |
|
|
PrivateKey = ${client.privateKey} |
|
|
Address = ${client.address}/${config.server.cidrBlock} |
|
|
Address = ${client.address}/${client.cidrBlock} |
|
|
${WG_DEFAULT_DNS ? `DNS = ${WG_DEFAULT_DNS}\n` : ''}\ |
|
|
${WG_DEFAULT_DNS ? `DNS = ${WG_DEFAULT_DNS}\n` : ''}\ |
|
|
${WG_MTU ? `MTU = ${WG_MTU}\n` : ''}\ |
|
|
${WG_MTU ? `MTU = ${WG_MTU}\n` : ''}\ |
|
|
|
|
|
|
|
|