fixup: WireGuard.js

This commit is contained in:
Philip H 2024-03-05 18:24:42 +01:00 committed by GitHub
parent 76a3d7f81d
commit 63faf4c507
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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` : ''}\