Brad Fitzpatrick

Results 490 comments of Brad Fitzpatrick

> Direct connection over cellular (mobile data) is not possible But then you show a "tailscale netcheck" result which is not available on mobile. Are you tethering? How's Linux and...

(a) as you've discovered, we have two APIs: an unstable API our web client uses, and the public API which is stable. (b) internally we use the vocab "node" (for...

If it's MIPS, what's with `uname -m aarch64`? It's not aarch64? Neither `/proc/cpuinfo` nor `tailscaled` is a shell script. Why are they being run with `sh`? Did you try just...

What wrote the 822 style file? https://tailscale.com/install.sh didn't, did it? Do we document that 822 style anywhere in our KB?

Okay, I think I understand now, but to be clear and to help prioritize: nothing in Tailscale or Debian actually wrote that file, right? It was entirely "self-inflicted" if it...

> There's no route for 100.64.0.0/24 (only /32 routes) Why should there be a /24 route? Are you advertising such a route from a node? Are you accepting routes on...

Both are nice requests!

See https://tailscale.com/blog/acl-grants which also describes https://github.com/tailscale/setec That's what we use ourselves.

Work is underway on this. We avoided it in the past because we didn't want to manage the signing keys and manage APKs per-device and sign them all so we...