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>
3 years ago
..
debug.go
doh_test.go
forwarder.go
forwarder_test.go
macios_ext.go
tsdns.go net/dns/resolver: add support for <IPv4>.via-<site-id> 3 years ago
tsdns_server_test.go
tsdns_test.go net/dns/resolver: add support for <IPv4>.via-<site-id> 3 years ago