forked from mirrors/amnezia-wg-easy
Merge branch 'feat-no-privateKey' into feat/clients-without-privatekey
This commit is contained in:
commit
00956ecf74
15 changed files with 413 additions and 214 deletions
|
@ -200,8 +200,8 @@ AllowedIPs = ${client.address}/32`;
|
|||
[Interface]
|
||||
PrivateKey = ${client.privateKey ? `${client.privateKey}` : 'REPLACE_ME'}
|
||||
Address = ${client.address}/24
|
||||
${WG_DEFAULT_DNS ? `DNS = ${WG_DEFAULT_DNS}` : ''}
|
||||
${WG_MTU ? `MTU = ${WG_MTU}` : ''}
|
||||
${WG_DEFAULT_DNS ? `DNS = ${WG_DEFAULT_DNS}\n` : ''}\
|
||||
${WG_MTU ? `MTU = ${WG_MTU}\n` : ''}\
|
||||
|
||||
[Peer]
|
||||
PublicKey = ${config.server.publicKey}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue