Adrian Dewhurst

Results 10 comments of Adrian Dewhurst

Do we have a way to tell if some tailnets have a disproportionately large number of truncations? It seems plausible that a small number of users are having significant problems...

I believe captive portals don't usually lie about DNS anymore because then the bad DNS response can get cached. Instead, port 80 to any destination is usually captured by a...

Shortly after unstable 1.29.164 was built, I changed the build process to include ARM64 binaries in the NSIS installer (MSI will come later). The service (`tailscaled.exe`) and command line tool...

When problems occur, what sort of configuration is enabled? It is much more difficult to design a way for captive portals to work when you have an exit node configured...

The DNS settings in the admin panel will also be relevant here. Oh and is this on initial boot before tailscaled has been able to contact the coordination server, or...

I'm not able to test out Synology changes because I don't have any devices but I've asked internally for someone to take a look

Ah, I found another workaround on Windows for static configuration. Add a pair of global environment variables: ``` HTTP_PROXY = http://192.168.1.14:8888 HTTPS_PROXY = http://192.168.1.14:8888 ``` Perhaps `HTTPS_PROXY` is not also...

As discussed in the issue, starting with a digit is fine, instead we're updating documentation to be clear about what should / should not be allowed.

My new plan for this PR is to make no functional changes and simply document the existing behavior better + add the additional test cases.

In future, when squashing, it would be good to clean up the commit message to make it look like it was all a single commit. It makes the git history...