mirror of
https://github.com/tailscale/tailscale.git
synced 2026-04-04 06:36:01 -04:00
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>