Browse Source

Fixed wireguard port

pull/238/head
joshuakraitberg 4 years ago
parent
commit
af37688884
  1. 2
      src/lib/WireGuard.js

2
src/lib/WireGuard.js

@ -93,7 +93,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}
PostUp = ${WG_POST_UP} PostUp = ${WG_POST_UP}
PostDown = ${WG_POST_DOWN} PostDown = ${WG_POST_DOWN}
`; `;

Loading…
Cancel
Save