Philip H
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/lib/WireGuard.js
|
@ -95,7 +95,7 @@ module.exports = class WireGuard { |
|
|
[Interface] |
|
|
[Interface] |
|
|
PrivateKey = ${config.server.privateKey} |
|
|
PrivateKey = ${config.server.privateKey} |
|
|
Address = ${config.server.address}/24 |
|
|
Address = ${config.server.address}/24 |
|
|
ListenPort = 51820 |
|
|
ListenPort = ${WG_PORT} |
|
|
PreUp = ${WG_PRE_UP} |
|
|
PreUp = ${WG_PRE_UP} |
|
|
PostUp = ${WG_POST_UP} |
|
|
PostUp = ${WG_POST_UP} |
|
|
PreDown = ${WG_PRE_DOWN} |
|
|
PreDown = ${WG_PRE_DOWN} |
|
|