You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/net/dns/resolver
Maisem Ali 80157f3f37 net/dns/resolver: add support for <IPv4>.via-<site-id>
Currently we only support "via-<site-id>.<IPv4>", however that does not
work with Google Chrome which parses `http://via-1.10.0.0.1` as a search
string and not as a URL. This commit introduces "<IPv4>.via-<site-id>"
(`http://10.0.0.1.via-1`) which is parsed correctly by Chrome.

Updates #3616

Signed-off-by: Maisem Ali <maisem@tailscale.com>
2 years ago
..
debug.go net/dns/resolver: add debug HTML handler to see what DNS traffic was forwarded 3 years ago
doh_test.go net/dns: schedule DoH upgrade explicitly, fix Resolver.Addr confusion 2 years ago
forwarder.go tailcfg,all: change structs to []*dnstype.Resolver 2 years ago
forwarder_test.go tailcfg,all: change structs to []*dnstype.Resolver 2 years ago
macios_ext.go all: simplify ts_macext build tags 3 years ago
tsdns.go net/dns/resolver: add support for <IPv4>.via-<site-id> 2 years ago
tsdns_server_test.go all: use any instead of interface{} 2 years ago
tsdns_test.go net/dns/resolver: add support for <IPv4>.via-<site-id> 2 years ago