Alex Plumley
Alex Plumley
@laduke Are you suggesting to copy a legit authtoken or a fake one to the user's profile? In our case, we don't want users to be able to control ZeroTier,...
The installer is being run as a different user, but the desktop UI is being launched for whoever's currently logged in (i.e. installer is being run in the background as...
@lemker If you're removing the UI anyway, you might be happy with the behaviour of the existing flag `ZTHEADLESS`. The UI won't be installed and ZeroTier won't show up in...
ZTSILENT would be a bit confusing to me in the context of MSIs; "silent" is what I would call installing with `/qn` or `/quiet` or via GPO. Maybe ZTRUNUIAFTERFINISH, ZTLAUNCHUIAFTERFINISH,...
> Not sure if I should restrict this just to IPs on the network, or allow the hopefully obvious footgun of letting you listen on another, potentially non-zerotier IP address....
Thanks for working on this @laduke! I'll try to test this in my environment soon. Could you also add some documentation about this option? Maybe something like this under "Configuration"...
I've tested this in our environment and it works. Tested both `true` and `false`. (Built using docker, then copied the binary to our production machine and replaced /usr/bin/zeronsd. There's probably...
> Thanks for writing that up. I think it makes sense. You want your clients to use 192.168.1.2 for sub.company.tld. They can get to this server via a zerotier "router"....
Not that I would actually bother with this, but would this no-configure-central option allow for running multiple zeronsd instances on the same network, e.g. for high availability of the delegated...
> In the non-domain case, it should pull the settings from the API, otherwise DNS responses aren't going to match Do you mean that when `no-configure-network` is enabled, zeronsd should...