-
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 17, 2024
1 parent
03d28d1
commit 263f4e7
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tailscale
updated
28 files
+3 −23 | client/web/web.go | |
+1 −0 | cmd/k8s-operator/depaware.txt | |
+78 −0 | cmd/tailscale/cli/advertise.go | |
+2 −2 | cmd/tailscale/cli/cli.go | |
+4 −0 | cmd/tailscale/cli/cli_test.go | |
+3 −0 | cmd/tailscale/cli/up.go | |
+1 −0 | cmd/tailscale/depaware.txt | |
+1 −0 | cmd/tailscaled/depaware.txt | |
+4 −0 | cmd/tsconnect/wasm/wasm_js.go | |
+68 −0 | envknob/featureknob/featureknob.go | |
+0 −39 | envknob/features.go | |
+2 −0 | ipn/ipn_clone.go | |
+4 −0 | ipn/ipn_view.go | |
+6 −1 | ipn/ipnlocal/local.go | |
+11 −0 | ipn/prefs.go | |
+11 −0 | ipn/prefs_test.go | |
+3 −0 | logpolicy/logpolicy.go | |
+15 −0 | tailcfg/tailcfg.go | |
+3 −0 | util/syspolicy/internal/internal.go | |
+107 −0 | util/syspolicy/rsop/change_callbacks.go | |
+449 −0 | util/syspolicy/rsop/resultant_policy.go | |
+986 −0 | util/syspolicy/rsop/resultant_policy_test.go | |
+174 −0 | util/syspolicy/rsop/rsop.go | |
+94 −0 | util/syspolicy/rsop/store_registration.go | |
+3 −0 | util/syspolicy/setting/policy_scope.go | |
+3 −0 | util/syspolicy/setting/setting.go | |
+15 −18 | util/syspolicy/source/test_store.go | |
+2 −0 | wgengine/magicsock/magicsock_test.go |