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
Will Norris f9550e0bed client/web: indicate if ACLs prevent access
Use the packet filter rules to determine if any device is allowed to
connect on port 5252.  This does not check whether a specific device can
connect (since we typically don't know the source device when this is
used).  Nor does it specifically check for wide-open ACLs, which is
something we may provide a warning about in the future.

Update the login popover content to display information when the src
device is unable to connect to the dst device over its Tailscale IP. If
we know it's an ACL issue, mention that, otherwise list a couple of
things to check. In both cases, link to a placeholder URL to get more
information about web client connection issues.

Updates #10261

Signed-off-by: Will Norris <will@tailscale.com>
2 years ago
..
apitype cmd/tailscaled,*: add start of configuration file support 2 years ago
example/servetls all: update copyright and license headers 3 years ago
acl.go client/tailscale: add warnings slice to ACLTestFailureSummary 2 years ago
devices.go client/tailscale: support deauthorizing a device 3 years ago
dns.go various: add golangci-lint, fix issues (#7905) 3 years ago
keys.go client/tailscale: revert CreateKey API change, add Client.CreateKeyWithExpiry 3 years ago
localclient.go client/web: indicate if ACLs prevent access 2 years ago
localclient_test.go all: update copyright and license headers 3 years ago
required_version.go all: require Go 1.21 2 years ago
routes.go all: update copyright and license headers 3 years ago
tailnet.go all: update copyright and license headers 3 years ago
tailscale.go all: update copyright and license headers 3 years ago