-
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 11, 2023
1 parent
5a85752
commit 46b445b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tailscale
updated
21 files
+6 −1 | clientupdate/clientupdate.go | |
+1 −1 | cmd/tailscale/cli/update.go | |
+1 −1 | cmd/tailscale/depaware.txt | |
+3 −3 | cmd/tailscaled/depaware.txt | |
+1 −1 | flake.nix | |
+4 −4 | go.mod | |
+1 −1 | go.mod.sri | |
+8 −8 | go.sum | |
+1 −1 | go.toolchain.rev | |
+12 −3 | ipn/ipnlocal/c2n.go | |
+23 −7 | ipn/localapi/localapi.go | |
+69 −0 | ipn/localapi/localapi_test.go | |
+5 −4 | licenses/tailscale.md | |
+1 −1 | shell.nix | |
+16 −0 | tailcfg/tailcfg.go | |
+4 −1 | tool/gocross/gocross-wrapper.sh | |
+13 −1 | util/linuxfw/iptables_runner.go | |
+1 −0 | util/linuxfw/iptables_runner_test.go | |
+43 −0 | util/linuxfw/nftables_runner.go | |
+32 −0 | util/linuxfw/nftables_runner_test.go | |
+4 −0 | util/syspolicy/policy_keys.go |