Travis LaDuke

Results 50 issues of Travis LaDuke

> A unique local address (ULA) is an IPv6 address in the block fc00::/7, defined in RFC 4193. It is the approximate IPv6 counterpart of the IPv4 private address. Are...

The rules engine is a little bit of a black box. You write some rules, then try to ping or netcat and see if it does what you intend. If...

- Completely delete zerotier, or have a new computer - install zerotier 1.8.3 - `zerotier-cli info` -> - `zerotier-cli: authtoken.secret not found or readable in /Library/Application Support/ZeroTier/One (try again as...

Type: Bug
MacOS / iOS
Type: Installation Problem

I'm testing the Classified System Pattern from the manual. https://docs.zerotier.com/zerotier/rules/#354theclassifiedsystempatternaname3_5_4a When I change flags on a member, sometimes it takes a very long time to take effect. Leaving and rejoining...

Type: Bug

5 is the lowest metrics an interface will get based on Windows Automatic Metrics as far as I know. https://docs.microsoft.com/en-us/troubleshoot/windows-server/networking/automatic-metric-for-ipv4-routes If we set our metric to 3, there's a chance...

If you change a network's MTU, your interface still gets 2800, on Linux at least. Leaving/Joining doesn't change it. If you restart zerotier-one, you get the network's value, but if...

Type: Bug
Linux

Hi! this project is so cool. I may be missing something or forgetting node intricacies but I think there's no way to `require(nearley/lib/unparse.js)` or similar. --- This may be for...

😎 Not sure how one goes about hooking a c library to javascript. All the projects in my node_modules that use external c libraries use https://github.com/nodejs/node-gyp and there's this thing...

Hi, Thanks for this module. Is there a way to get the registration endpoint (from `useAuth()`)? I see it on oidc-client-ts https://authts.github.io/oidc-client-ts/interfaces/OidcMetadata.html#registration_endpoint and in my .well-known/openid-configuration Can't figure out how...