Brad Fitzpatrick

Results 299 comments of Brad Fitzpatrick

Note that iOS has restrictions around local LAN use. I'm not sure whether our app's existing "entitlements" cover this. * https://thomask.sdf.org/blog/2021/08/24/apples-bizarre-crackdown-on-multicast.html * https://developer.apple.com/forums/thread/663858 /cc @crawshaw @nickoneill

@Erisa, thanks for the update! /cc @dblohm7

@duncanmak, for some definition of soon! :) Related dependencies are in process. windows/arm64 remains a priority (but many other things also are). @dblohm7 is working on some Windows installer stuff...

No it doesn't. That's just running 32-bit x86 on ARM64. We have work remaining to do windows/arm64.

Last we looked into this, the hard part was the GUI. But the GUI's the least important part for performance. I think we should do this in two stages: *...

And there's no cgo in tailscaled I hope? Oh, was it go-ole?

`tailscaled` compiles without issue at least: ``` $ GOOS=windows GOARCH=arm64 go install ./cmd/tailscaled/ $ ls -l ~/go/bin/windows_arm64/tailscaled.exe -rwxr-xr-x 1 bradfitz bradfitz 19343360 Aug 2 19:27 /home/bradfitz/go/bin/windows_arm64/tailscaled.exe $ file ~/go/bin/windows_arm64/tailscaled.exe /home/bradfitz/go/bin/windows_arm64/tailscaled.exe:...

Yeah, once a node is tagged, it loses its human identity. That's reflected in the admin console web UI too: note that the email or email-ish address under a node...