-
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
Dec 6, 2024
1 parent
02ecada
commit 67c5f24
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tailscale
updated
18 files
+10 −4 | cmd/derper/cert.go | |
+97 −0 | cmd/derper/cert_test.go | |
+1 −1 | cmd/derper/derper.go | |
+0 −2 | cmd/derper/derper_test.go | |
+6 −6 | cmd/gitops-pusher/gitops-pusher.go | |
+13 −4 | cmd/k8s-operator/connector.go | |
+10 −1 | cmd/k8s-operator/dnsrecords.go | |
+9 −1 | cmd/k8s-operator/egress-services.go | |
+9 −1 | cmd/k8s-operator/ingress.go | |
+7 −1 | cmd/k8s-operator/nameserver.go | |
+15 −3 | cmd/k8s-operator/proxygroup.go | |
+9 −1 | cmd/k8s-operator/svc.go | |
+12 −5 | cmd/k8s-operator/tsrecorder.go | |
+6 −6 | go.mod | |
+12 −12 | go.sum | |
+9 −3 | health/health_test.go | |
+130 −57 | logpolicy/logpolicy.go | |
+3 −0 | net/netcheck/netcheck.go |