ZeroTierOne icon indicating copy to clipboard operation
ZeroTierOne copied to clipboard

Add homeDir to info json

Open laduke opened this issue 1 year ago • 0 comments

Want to show it in UIs. So need to get it via API.

It's also a pain to look up. You have to go to external docs.

zerotier-cli info -j

"config": {
  "settings": {
   "allowTcpFallbackRelay": true,
   "forceTcpRelay": true,
   "homeDir": "/Library/Application Support/ZeroTier/One",

under settings because it's a setting you can set when you start zerotier-one Usage: /var/lib/zerotier-one/zerotier-one [-switches] [home directory]

laduke avatar Feb 21 '24 17:02 laduke