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
Charlotte Brandhorst-Satzkorn aba683bb61
cmd/tailscale: rebind magicsock.Conn onConnect (#126)
We have been getting into routing loops due to the timing of when we
bind sockets on starting the tailscale app. At this point, we do
not have access to `VpnService.protect()` and are unable to protect
the magicsock sockets, which causes a routing loop issue until we
forcibly rebind about 10 minutes into the service being started.

This change causes a rebind when the service is started, which restores
connectivity in cases where the socket was unprotected.

Updates tailscale/corp#13814
10 months ago
..
backend.go go.mod,cmd/tailscale: bump OSS and update logtail transport setup (#119) 10 months ago
callbacks.go Add intents (#87) 1 year ago
google.png cmd/tailscale: add Google sign-in button 4 years ago
main.go cmd/tailscale: rebind magicsock.Conn onConnect (#126) 10 months ago
multitun.go cmd/tailscale: implement new batch APIs (#71) 1 year ago
pprof.go cmd/tailscale: delete unused FileTargetsEvent; gofmt 3 years ago
store.go jni,cmd/tailscale: replace jni.EnvFor with explicit conversion 3 years ago
tailscale.png all: initial commit 4 years ago
tools.go cmd/tailscale: delete unused FileTargetsEvent; gofmt 3 years ago
ui.go Revert "Add DNS/routing prefs like on desktop (#86)" (#108) 12 months ago