Maksim Fominov
4 years ago
No known key found for this signature in database
GPG Key ID: 28301CE32B099C53
1 changed files with
2 additions and
0 deletions
-
src/lib/WireGuard.js
|
|
|
@ -105,6 +105,8 @@ PostDown = ${WG_POST_DOWN} |
|
|
|
|
|
|
|
# Client: ${client.name} (${clientId}) |
|
|
|
[Peer] |
|
|
|
# friendly_name = ${client.name} |
|
|
|
# (${clientId}) |
|
|
|
PublicKey = ${client.publicKey} |
|
|
|
PresharedKey = ${client.preSharedKey} |
|
|
|
AllowedIPs = ${client.address}/32`;
|
|
|
|
|