|
|
@ -102,7 +102,7 @@ module.exports = class WireGuard { |
|
|
# Server |
|
|
# Server |
|
|
[Interface] |
|
|
[Interface] |
|
|
PrivateKey = ${config.server.privateKey} |
|
|
PrivateKey = ${config.server.privateKey} |
|
|
Address = ${config.server.address}/24, ${config.server.address6}/120 |
|
|
Address = ${config.server.address}/24, ${config.server.address6}/64 |
|
|
ListenPort = ${WG_PORT} |
|
|
ListenPort = ${WG_PORT} |
|
|
PreUp = ${WG_PRE_UP} |
|
|
PreUp = ${WG_PRE_UP} |
|
|
PostUp = ${WG_POST_UP} |
|
|
PostUp = ${WG_POST_UP} |
|
|
|