fixup: WireGuard.js
This commit is contained in:
parent
76a3d7f81d
commit
63faf4c507
|
@ -204,7 +204,7 @@ ${client.preSharedKey ? `PresharedKey = ${client.preSharedKey}\n` : ''
|
|||
|
||||
return `[Interface]
|
||||
PrivateKey = ${client.privateKey}
|
||||
Address = ${client.address}/${config.server.cidrBlock}
|
||||
Address = ${client.address}/${client.cidrBlock}
|
||||
${WG_DEFAULT_DNS ? `DNS = ${WG_DEFAULT_DNS}\n` : ''}\
|
||||
${WG_MTU ? `MTU = ${WG_MTU}\n` : ''}\
|
||||
|
||||
|
|
Loading…
Reference in New Issue