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
Fernando Serboncini 276f54cb8b net/dns,ipn/ipnlocal: add nodecap to resolve subdomains
This adds a new node capability 'dns-subdomain-resolve' that signals
that all of hosts' subdomains should resolve to the same IP address.
It allows wildcard matching on any node marked with this capability.

This change also includes an util/dnsname utility function that lets
us access the parent of a full qualified domain name. MagicDNS takes
this function and recursively searchs for a matching real node name.

One important thing to observe is that, in this context, a subdomain
can have multiple sub labels. This means that for a given node named
machine, both my.machine and be.my.machine will be a positive match.

Updates #1196

Signed-off-by: Fernando Serboncini <fserb@tailscale.com>
1 week ago
..
debug.go syncs: add Mutex/RWMutex alias/wrappers for future mutex debugging 2 months ago
doh_test.go net/dns/resolver: remove maxDoHInFlight 3 years ago
forwarder.go net/dns/resolver: log source IP of forwarded queries 4 weeks ago
forwarder_test.go net/dns/resolver: log source IP of forwarded queries 4 weeks ago
macios_ext.go all: avoid repeated default interface lookups 3 years ago
tsdns.go net/dns,ipn/ipnlocal: add nodecap to resolve subdomains 1 week ago
tsdns_server_test.go all: update copyright and license headers 3 years ago
tsdns_test.go net/dns,ipn/ipnlocal: add nodecap to resolve subdomains 1 week ago