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/ipn
Brad Fitzpatrick e8ae355bb8
ipn: delete domainsForProxying, require explicit DNS search domains (mapver 9) (#1078)
Previously the client had heuristics to calculate which DNS search domains
to set, based on the peers' names. Unfortunately that prevented us from
doing some things we wanted to do server-side related to node sharing.

So, bump MapRequest.Version to 9 to signal that the client only uses the
explicitly configured DNS search domains and doesn't augment it with its own
list.

Updates tailscale/corp#1026

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
4 years ago
..
ipnserver all: annotate log verbosity levels on most egregiously spammy log prints 4 years ago
ipnstate tailcfg, cmd/tailscale: add Hostinfo.ShareeNode, hide in "tailscale status" 4 years ago
policy ipn, ipn/policy: filter portlist to a short list of "interesting" ports 5 years ago
backend.go ipn, ipn/ipnserver: add IPN state for server in use, handle explicitly 4 years ago
doc.go Move Linux client & common packages into a public repo. 5 years ago
fake_test.go cmd/tailscale/cli: add basic 'down' subcommand 4 years ago
handle.go all: replace wgcfg.IP and wgcfg.CIDR with netaddr types 4 years ago
local.go ipn: delete domainsForProxying, require explicit DNS search domains (mapver 9) (#1078) 4 years ago
loglines_test.go all: annotate log verbosity levels on most egregiously spammy log prints 4 years ago
message.go ipn: debug zero bytes in IPN json messages 4 years ago
message_test.go ipn: add Login backend command for sign-in with token 4 years ago
prefs.go all: replace wgcfg.IP and wgcfg.CIDR with netaddr types 4 years ago
prefs_clone.go all: replace wgcfg.IP and wgcfg.CIDR with netaddr types 4 years ago
prefs_test.go wgkey: new package 4 years ago
store.go wgkey: new package 4 years ago
store_test.go Add tstest.PanicOnLog(), and fix various problems detected by this. 5 years ago