Travis LaDuke

Results 50 issues of Travis LaDuke

If I have 0.2.22 in my package-json, but the v0.2.22 tag doesn't exist yet: ```sh npx auto-changelog --package --stdout --starting-version=v0.2.21 ``` prints the log for .21 _and_ .22. I want...

after some time, the route's interface gets changed from zerotier's feth device to a physical device `enX`. I'm still trying to reproduce it. It could be zerotier-one, macos, or some...

MacOS / iOS

MDMs like Jamf read the kMDItemVersion information for reporting and patch management. But because all clients have the same version, it can’t find clients with outdated versions. ``` % zerotier-cli...

MacOS / iOS
Type: Installation Problem

regarding #2361 This constant is only used in one place: https://github.com/zerotier/ZeroTierOne/blob/d9d58c8bdef89c9beb7325c67777f45c822fc949/node/Topology.hpp#L419-L425 This change can't affect anything unless the user configures this value in their local.conf

https://github.com/zerotier/ZeroTierOne/security/dependabot

ZeroTierOne.h ``` #define ZT_DEFAULT_PHYSMTU 1432 -#define ZT_MIN_PHYSMTU 1400 +#define ZT_MIN_PHYSMTU 576 ``` This seems to work, with a local.conf like this: ```js { "physical": {"192.168.82.0/24": { "mtu": 789 } }...

For discussion. I'd like to add some info to `zerotier-cli status -j` in the interest of making it more obvious, to us and the user, when Hard NAT is causing...

Type: Feature Request or Suggestion

https://github.com/zerotier/libzt/security/dependabot

dependencies

```sh # curl -s 'https://raw.githubusercontent.com/zerotier/ZeroTierOne/main/doc/contact%40zerotier.com.gpg' | gpg --import && \ gpg: key 23E52A61: "ZeroTier, Inc. (ZeroTier Support and Release Signing Key) " not changed gpg: Total number processed: 1 gpg:...

See the `apt` section ``` Run apt-get -y update && apt-get -y install curl gnupg2 gnupg gpg || true Ign:1 http://deb.debian.org/debian buster InRelease Ign:2 http://deb.debian.org/debian-security buster/updates InRelease Ign:3 http://deb.debian.org/debian buster-updates...