You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/client/tailscale
Andrew Dunham 45d2f4301f proxymap, various: distinguish between different protocols
Previously, we were registering TCP and UDP connections in the same map,
which could result in erroneously removing a mapping if one of the two
connections completes while the other one is still active.

Add a "proto string" argument to these functions to avoid this.
Additionally, take the "proto" argument in LocalAPI, and plumb that
through from the CLI and add a new LocalClient method.

Updates tailscale/corp#20600

Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
Change-Id: I35d5efaefdfbf4721e315b8ca123f0c8af9125fb
5 months ago
..
apitype cmd/tailscale, ipn/ipnlocal: add suggest exit node CLI option (#11407) 7 months ago
example/servetls all: update copyright and license headers 2 years ago
acl.go client/tailscale: add postures to UserRuleMatch 9 months ago
devices.go client/tailscale: add NodeID to device 5 months ago
dns.go various: add golangci-lint, fix issues (#7905) 2 years ago
keys.go client/tailscale: revert CreateKey API change, add Client.CreateKeyWithExpiry 2 years ago
localclient.go proxymap, various: distinguish between different protocols 5 months ago
localclient_test.go ipn/localapi,client/tailscale,cmd/derper: add WhoIs lookup by nodekey, use in derper 5 months ago
required_version.go all: require Go 1.21 1 year ago
routes.go all: update copyright and license headers 2 years ago
tailnet.go all: update copyright and license headers 2 years ago
tailscale.go all: update copyright and license headers 2 years ago