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/tstest/integration
Brad Fitzpatrick c37af58ea4 net/tsdial: move more weirdo dialing into new tsdial package, plumb
Not done yet, but this move more of the outbound dial special casing
from random packages into tsdial, which aspires to be the one unified
place for all outbound dialing shenanigans.

Then this plumbs it all around, so everybody is ultimately
holding on to the same dialer.

As of this commit, macOS/iOS using an exit node should be able to
reach to the exit node's DoH DNS proxy over peerapi, doing the sockopt
to stay within the Network Extension.

A number of steps remain, including but limited to:

* move a bunch more random dialing stuff

* make netstack-mode tailscaled be able to use exit node's DNS proxy,
  teaching tsdial's resolver to use it when an exit node is in use.

Updates #1713

Change-Id: I1e8ee378f125421c2b816f47bc2c6d913ddcd2f5
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
3 years ago
..
testcontrol tstest/integration/testcontrol: fix data race 3 years ago
vms Replace AWS SDK v1 dependency with v2 3 years ago
gen_deps.go tstest/integration: don't include stdlib deps in go generate output 3 years ago
integration.go tstest/integration: stop leaking zstd.Decoders 3 years ago
integration_test.go ipn/ipnlocal: handle key extensions after key has already expired 3 years ago
tailscaled_deps_test_darwin.go net/tsdial: move more weirdo dialing into new tsdial package, plumb 3 years ago
tailscaled_deps_test_freebsd.go net/tsdial: move more weirdo dialing into new tsdial package, plumb 3 years ago
tailscaled_deps_test_linux.go net/tsdial: move more weirdo dialing into new tsdial package, plumb 3 years ago
tailscaled_deps_test_openbsd.go net/tsdial: move more weirdo dialing into new tsdial package, plumb 3 years ago
tailscaled_deps_test_windows.go net/tsdial: move more weirdo dialing into new tsdial package, plumb 3 years ago