tailscale/client
klyubin 3a2c92f08e
web: support Host 100.100.100.100:80 in tailscaled web server
This makes the web server running inside tailscaled on 100.100.100.100:80 support requests with `Host: 100.100.100.100:80` and its IPv6 equivalent.

Prior to this commit, the web server replied to such requests with a redirect to the node's Tailscale IP:5252.

Fixes https://github.com/tailscale/tailscale/issues/14415

Signed-off-by: Alex Klyubin <klyubin@gmail.com>
2025-03-19 16:46:32 +00:00
..
local client,localclient: move localclient.go to client/local package 2025-02-05 12:39:52 -06:00
systray client/systray: show message on localapi permission error 2025-02-20 17:17:38 -08:00
tailscale client/tailscale: add tailnet lock fields to Device struct 2025-03-18 17:03:19 +00:00
web web: support Host 100.100.100.100:80 in tailscaled web server 2025-03-19 16:46:32 +00:00