-
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 22, 2024
1 parent
78ec4bd
commit ecf9d55
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tailscale
updated
18 files
+1 −1 | cmd/k8s-operator/depaware.txt | |
+1 −1 | cmd/tailscale/depaware.txt | |
+1 −1 | cmd/tailscaled/depaware.txt | |
+1 −0 | cmd/viewer/viewer.go | |
+78 −0 | cmd/viewer/viewer_test.go | |
+1 −0 | derp/derp.go | |
+26 −4 | derp/derp_server.go | |
+1 −1 | derp/derphttp/derphttp_client.go | |
+7 −1 | derp/derphttp/derphttp_server.go | |
+1 −14 | health/health.go | |
+25 −3 | net/dns/manager.go | |
+6 −3 | net/dns/resolved.go | |
+116 −67 | net/tstun/tap_linux.go | |
+0 −8 | net/tstun/tap_unsupported.go | |
+2 −2 | net/tstun/tun.go | |
+20 −32 | net/tstun/wrap.go | |
+1 −1 | scripts/installer.sh | |
+5 −0 | util/codegen/codegen.go |