Grant Limberg

Results 53 comments of Grant Limberg

The patch above should fix both of your issues. Sounds like you've got a router with a funky UPnP implementation. A sane router should map a separate external port to...

I'm not sure this patch is going to work for us as it changes the CLI. If this simply marked/reused Windows network profiles, that would probably get a faster track...

Agreed. Definitely could be useful as a tunable parameter for all platforms, too.

Yeah. We're probably going to want a flag a la `allowDefault` to enable/disable this

It works on an ARM64 device. I don't think there's currently a method in the current build system to specify to `rustc` that you're cross compiling to a different architecture...

You may wish to build on an ARM64 device directly, rather than trying to cross compile

I don't know if that's ever been "officially" supported. We certainly don't use it for our official binaries.

It may have been contributed by another user at some point, but it's not part of the ZeroTier release process, and as such isn't maintained. May I ask why you...

@Aweguy They only work in PowerShell, so if you're using regular old CMD, they won't work

You may need to do it in an Administrator PowerShell prompt. Anything changing network related settings on a system typically require Admin access