You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One might assume that only the "controller" build would return True but both builds return the same result from a GET command against http://localhost:9993/controller
Steps to reproduce:
Build zerotier both ways, install each package one at a time and start zerotier;
For each package do:
curl -X GET --header "X-ZT1-Auth: <zt_auth_token>" http://localhost:9993/controller
One might assume that only the "controller" build would return True but both builds return the same result from a
GET
command againsthttp://localhost:9993/controller
Steps to reproduce:
Expected result:
True
for the controller build, otherwiseFalse
.The text was updated successfully, but these errors were encountered: