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 3bdcfa7193 ipn: remove DisableDERP pref
We depend on DERP for NAT traversal now[0] so disabling it entirely can't
work.

What we'll do instead in the future is let people specify
alternate/additional DERP servers. And perhaps in the future we could
also add a pref for nodes to say when they expect to never need/want
to use DERP for data (but allow it for NAT traversal communication).

But this isn't the right pref and it doesn't work, so delete it.

Fixes #318

[0] https://tailscale.com/blog/how-nat-traversal-works/
4 years ago
..
ipnserver
ipnstate
policy
backend.go
doc.go
fake_test.go
handle.go
local.go ipn: remove DisableDERP pref 4 years ago
loglines_test.go
message.go
message_test.go
prefs.go ipn: remove DisableDERP pref 4 years ago
prefs_test.go ipn: remove DisableDERP pref 4 years ago
store.go
store_test.go