FokiDoki / WireRest

REST API for Wireguard
MIT License
18 stars 5 forks source link

Added endpoint to create new user by default params #19

Closed FokiDoki closed 1 year ago

FokiDoki commented 1 year ago

POST to /peer/create returns

{ "publicKey": "string", "presharedKey": "string", "privateKey": "string", "address": "string", "persistentKeepalive": int }