printf("Error connecting to the ZeroTier service: %s\n\nPlease check that the service is running and that TCP port 9993 can be contacted via 127.0.0.1."ZT_EOL_S,responseBody.c_str());
return1;
@ -543,13 +543,13 @@ static int cli(int argc,char **argv)
printf("Error connecting to the ZeroTier service: %s\n\nPlease check that the service is running and that TCP port 9993 can be contacted via 127.0.0.1."ZT_EOL_S,responseBody.c_str());
printf("Error connecting to the ZeroTier service: %s\n\nPlease check that the service is running and that TCP port 9993 can be contacted via 127.0.0.1."ZT_EOL_S,responseBody.c_str());
@ -718,13 +713,13 @@ static int cli(int argc,char **argv)
printf("Error connecting to the ZeroTier service: %s\n\nPlease check that the service is running and that TCP port 9993 can be contacted via 127.0.0.1."ZT_EOL_S,responseBody.c_str());
return1;
}
dump<<responseBody<<ZT_EOL_S;
// Bonds don't need to be queried separately since their data originates from "/peer" responses anyway