Travis LaDuke
Travis LaDuke
Not sure what's causing that. When you just want to update zerotier, you just do `apt update; apt install zerotier-one` and Your zerotier identity is in `/var/lib/zerotier-one/identity.secret`. you can back...
Thanks for writing this up. Does `sudo zerotier-cli status` work? Can you post the output of ```sh cd ~/Library/Application\ Support/ZeroTier && ls -l ** ```
I'm not sure why the location changed at some point. zerotier-cli might use one and the tray app might use the other. Do the contents match the contents of the...
can you fix the formatting?
I don't personally know how to manage the distro packages efficiently and without ssl lib problems. I think they are one of the main reasons no updates are happening. Maybe...
I was getting an error during `cargo build` in `nix develop`, so I added to the `devInputs` in the flake and it worke.d ``` devInputs = with pkgs; [ rust-bin.stable.${rust-version}.complete...
This was done in #2365
thank you mwarning! Do you happen to know what errors are caused by not having this patch is? Is there an issue somewhere on openwrt? Just curious.
httpcpplib might need updating to fix this issue: https://github.com/zerotier/ZeroTierOne/issues/2342 only mentioning it because the change will get reverted if when copy in a new version of the lib
thanks for reporting. If anyone ends up here, try the CLI for now https://docs.zerotier.com/cli/#basic-cli-usage `zerotier-cli dump` might be segfaulting too.