forked from mirrors/amnezia-wg-easy
fixup: WireGuard.js
This commit is contained in:
parent
76a3d7f81d
commit
63faf4c507
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue