Files
tailscale/net/tsdial
Raj Singh db6e22b0e0 net/tsdial: add VIP service names to dnsmap with correct address family selection
Adds VIP service name resolution to the MagicDNS map so that service
names like "mydb" and "mydb.<tailnet>" resolve to the service VIP address.

Uses the same address family iteration as the peer loop to avoid inserting
unreachable IPv4 addresses on IPv6-only nodes.

Fixes #19097

Signed-off-by: Raj Singh <raj@tailscale.com>
2026-03-24 02:08:53 -07:00
..