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/derp/derphttp
Brad Fitzpatrick 040a0d5121 derp/derphttp: don't use x/net/proxy for SOCKS on iOS
We don't want those extra dependencies on iOS, at least yet.

Especially since there's no way to set the relevant environment
variables so it's just bloat with no benefits. Perhaps we'll need to
do SOCKS on iOS later, but probably differently if/when so.

Updates #227

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
4 years ago
..
derphttp_client.go derp/derphttp: don't use x/net/proxy for SOCKS on iOS 4 years ago
derphttp_server.go derp: introduce Conn interface 4 years ago
derphttp_test.go derp/derphttp: ignore PeerGoneMessage in test 4 years ago
socks.go derp/derphttp: don't use x/net/proxy for SOCKS on iOS 4 years ago