Denton Gentry
Denton Gentry
Installed from the Package Center, the tailscale binaries should be in /volume1/@appstore/Tailscale/* which isn't included in $PATH.
We're working on fixing that: the Synology package currently in the package center is being lumped in with Linux systems, for where there is a later version available and the...
Tailscale 1.16 for Synology adds an exit node enable checkbox in the web UI. It will appear in the Package Center in a future monthly update.
1.26.0 makes several changes related to DNS: - uses netstack to receive packets, allowing DNS-over-TCP and UDP-fragmentation to both work - fixes a queue leak which can result in breaking...
The changes in 1.26 to use netstack (a userspace TCP/IP stack) changes much of this behavior. Does the problem still occur with Tailscale 1.28.0 or later, and can you attach...
ETIMEDOUT, believed fixed in 1.26. Please reopen if not.
Could you explain what WSA is? Most search hits turn up a Cisco Web Security Appliance, is that it?
We might be able to do things using mDNS/DNS-SD/SLP to discover nodes on local subnets and some details of services they offer. That would be a relatively large effort.
Copying from @danderson on https://github.com/tailscale/tailscale/issues/1252 ---- WebRTC exchanges candidate endpoints similarly to magicsock, for NAT traversal. However, it's implemented a very cool idea to preserve peer privacy for private LAN...
Substantially similar to https://github.com/tailscale/tailscale/issues/1013