I can run the zerotier-cli terminate command, after which the info command reports the machine to be offline. However after a few seconds it gets online automatically, just like documented. Is there any way to pause zerotier on OSX? How can I prevent the daemon from launching until I desire so?
On Mac, launchd auto-reloads loaded services. You can stop the service with:
sudo launchctl unload /Library/LaunchDaemons/com.zerotier.one.plist
It will start on next boot or:
sudo launchctl load /Library/LaunchDaemons/com.zerotier.one.plist
This is not really pausing. Should be in the UI.
Most helpful comment
This is not really pausing. Should be in the UI.