BrainStone
4 years ago
No known key found for this signature in database
GPG Key ID: 66CCC234C2CEB306
1 changed files with
1 additions and
1 deletions
-
src/lib/WireGuard.js
|
|
|
@ -99,7 +99,7 @@ module.exports = class WireGuard { |
|
|
|
[Interface] |
|
|
|
PrivateKey = ${config.server.privateKey} |
|
|
|
Address = ${config.server.address}${address.subnet} |
|
|
|
ListenPort = WG_PORT |
|
|
|
ListenPort = ${WG_PORT} |
|
|
|
PreUp = ${WG_PRE_UP} |
|
|
|
PostUp = ${WG_POST_UP} |
|
|
|
PreDown = ${WG_PRE_DOWN} |
|
|
|
|