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 8aa5c3534d ipn/ipnlocal: simplify authURL vs authURLSticky, remove interact field
The previous LocalBackend & CLI 'up' changes improved some stuff, but
might've been too aggressive in some edge cases.

This simplifies the authURL vs authURLSticky distinction and removes
the interact field, which seemed to just just be about duplicate URL
suppression in IPN bus, back from when the IPN bus was a single client
at a time. This moves that suppression to a different spot.

Fixes #12119
Updates #12028
Updates #12042

Change-Id: I1f8800b1e82ccc1c8a0d7abba559e7404ddf41e4
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2 years ago
..
conffile
ipnauth
ipnlocal ipn/ipnlocal: simplify authURL vs authURLSticky, remove interact field 2 years ago
ipnserver ipn/ipnserver: close a small race in ipnserver, ~simplify code 2 years ago
ipnstate cmd/tailscale,controlclient,ipnlocal: fix 'up', deflake tests more 2 years ago
localapi ipn/ipnlocal, all: plumb health trackers in tests 2 years ago
policy
store
backend.go
conf.go cmd/k8s-operator,cmd/containerboot,ipn,k8s-operator: turn off stateful filter for egress proxies. (#12075) 2 years ago
doc.go
ipn_clone.go various: implement stateful firewalling on Linux (#12025) 2 years ago
ipn_test.go
ipn_view.go various: implement stateful firewalling on Linux (#12025) 2 years ago
prefs.go ipn/ipnlocal: set default NoStatefulFiltering in ipn.NewPrefs (#12031) 2 years ago
prefs_test.go ipn/ipnlocal: set default NoStatefulFiltering in ipn.NewPrefs (#12031) 2 years ago
serve.go
serve_test.go
store.go
store_test.go