-
Notifications
You must be signed in to change notification settings - Fork 117
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 5, 2023
1 parent
a5f0ead
commit cae4264
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tailscale
updated
17 files
+29 −0 | client/web/web.go | |
+0 −1 | cmd/derper/depaware.txt | |
+1 −1 | cmd/k8s-operator/ingress.go | |
+1 −1 | cmd/k8s-operator/svc.go | |
+1 −1 | cmd/tailscale/depaware.txt | |
+1 −1 | cmd/testwrapper/testwrapper.go | |
+117 −41 | net/tstun/wrap.go | |
+185 −159 | net/tstun/wrap_test.go | |
+2 −2 | portlist/portlist.go | |
+2 −0 | portlist/portlist_linux.go | |
+13 −6 | release/dist/unixpkgs/pkgs.go | |
+3 −2 | tailcfg/tailcfg.go | |
+28 −0 | tstest/deptest/deptest.go | |
+10 −0 | tstest/deptest/deptest_test.go | |
+137 −112 | tstest/integration/integration_test.go | |
+7 −2 | tstest/integration/testcontrol/testcontrol.go | |
+20 −0 | types/ipproto/ipproto.go |