Replies: 1 comment
-
I dont think the cli supports all these commands, so you would need to use the API interface. Get the curl -X POST \
-H 'Content-Type: application/json' \
-H 'X-ZT1-Auth {AUTH_SECRET}' \
-d '{"config":{"authorized":true}}' \
http://{YOUR_LOCAL_CONTROLLER_URL}/controller/network/{YOUR_NETWORK_ID}/member/{MEMBER_ID} You can find most of the available endpoints here, but its not a complete list. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi again!
While you can list peers and list and join networks, I have nowhere on the Internet found, how can I approve peers, list routes, add routes, add DNS, change subnet network. Is that something that is not possible with zerotier-cli, or is that written and controlled somewhere else?
With different question; if I have only CLI access, can I control those things with some commands?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions