We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
I have found a small bug. I am able to create a peer, but I can't remove them afterwards. This is what I get;
root@server:~# curl http://x.x.x.x:3000/peer/create/removetest { "code": 200, "profile": { "Interface": { "Address": "10.9.0.5/24", "PrivateKey": "<hidden>", "DNS": "1.1.1.1, 1.0.0.1" }, "Peer": { "PublicKey": "07G4gg98uYm0LNO+Xwon01zVnzWwFRFGTjxMJgP88AI=", "AllowedIPs": "0.0.0.0/0, ::/0", "Endpoint": "x.x.x.x:2000", "PersistentKeepalive": "25" }, "qr": "/peer/qr/removetest" } }root@server:~# root@server:~# curl http://x.x.x.x:3000/peer/remove/removetest {"message":"Route GET:/peer/remove/removetest not found","error":"Not Found","statusCode":404}root@server:~#
Further, very enthousiastic about this API, comes in useful!
The text was updated successfully, but these errors were encountered:
Update: found it. Using '/client/remove/removetest' it does work. Minor error in the code then
Sorry, something went wrong.
Thanks @frykandelbroadsje! Will look into this.
No branches or pull requests
Hello!
I have found a small bug. I am able to create a peer, but I can't remove them afterwards. This is what I get;
Further, very enthousiastic about this API, comes in useful!
The text was updated successfully, but these errors were encountered: