Philip H
3 years ago
committed by
Julien COSMAO
No known key found for this signature in database
GPG Key ID: 69153421048939E2
1 changed files with
1 additions and
1 deletions
-
src/lib/WireGuard.js
|
|
@ -126,7 +126,7 @@ PostDown = ${WG_POST_DOWN} |
|
|
[Peer] |
|
|
[Peer] |
|
|
PublicKey = ${client.publicKey} |
|
|
PublicKey = ${client.publicKey} |
|
|
${client.preSharedKey ? `PresharedKey = ${client.preSharedKey}\n` : '' |
|
|
${client.preSharedKey ? `PresharedKey = ${client.preSharedKey}\n` : '' |
|
|
}AllowedIPs = ${client.address}/32`;
|
|
|
}AllowedIPs = ${allowedIPs}`;
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
debug('Config saving...'); |
|
|
debug('Config saving...'); |
|
|
|