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-android/cmd/tailscale
Denton Gentry 070d36d76d cmd/tailscale/main.go: use ipn.NewPrefs(), not &ipn.Prefs{}
ipn.NewPrefs() sets accepting DNS and routes to true,
among other things. &ipn.Prefs{} initializes all fields
to false.

Fixes https://github.com/tailscale/corp/issues/13377

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
1 year ago
..
backend.go cmd/tailscale: fix regression from earlier commit 2 years ago
callbacks.go Add intents (#87) 2 years ago
google.png
main.go cmd/tailscale/main.go: use ipn.NewPrefs(), not &ipn.Prefs{} 1 year ago
multitun.go cmd/tailscale: implement new batch APIs (#71) 2 years ago
pprof.go cmd/tailscale: delete unused FileTargetsEvent; gofmt 3 years ago
store.go
tailscale.png
tools.go cmd/tailscale: delete unused FileTargetsEvent; gofmt 3 years ago
ui.go Revert "Add DNS/routing prefs like on desktop (#86)" (#108) 1 year ago