wg-api
wg-api copied to clipboard
Peer Public Key missing
Hello! First of all thanks for this software!
But i have a small problem. When i generate new user:
:3000/peer/create/newclient
the response is empty public key and qr code not correct reading by phone device without public key.
{
"code": 200,
"profile": {
"Interface": {
"Address": "10.9.0.2/24",
"PrivateKey": "somekey",
"DNS": "1.1.1.1, 1.0.0.1"
},
"Peer": {
"PublicKey": "",
"AllowedIPs": "0.0.0.0/0, ::/0",
"Endpoint": "myip:2000",
"PersistentKeepalive": "25"
},
"qr": "/peer/qr/newclient"
}
}
as you can see, the PublicKey
is empty.
@ceo-zenlix Would you kindly share the details of the machine/OS you're running this on? Thanks!