-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Git bot
committed
Oct 19, 2024
1 parent
816d9f7
commit 78ec4bd
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tailscale
updated
18 files
+1 −0 | cmd/derper/depaware.txt | |
+1 −0 | cmd/k8s-operator/depaware.txt | |
+1 −0 | cmd/tailscale/depaware.txt | |
+1 −0 | cmd/tailscaled/depaware.txt | |
+20 −1 | derp/derp_server.go | |
+31 −0 | ipn/ipnauth/actor.go | |
+3 −1 | ipn/ipnauth/ipnauth_notwindows.go | |
+36 −0 | ipn/ipnauth/test_actor.go | |
+127 −31 | ipn/ipnlocal/local.go | |
+540 −0 | ipn/ipnlocal/local_test.go | |
+22 −1 | ipn/ipnserver/actor.go | |
+2 −2 | ipn/localapi/localapi.go | |
+1 −18 | ipn/localapi/localapi_test.go | |
+29 −2 | net/netcheck/netcheck_test.go | |
+104 −0 | net/tlsdial/blockblame/blockblame.go | |
+54 −0 | net/tlsdial/blockblame/blockblame_test.go | |
+30 −2 | net/tlsdial/tlsdial.go | |
+16 −2 | release/dist/synology/pkgs.go |