mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-21 15:05:38 +00:00
Page:
Tailscale 1.8
Pages
1.32.0
1.34.0
1.36.0
1.38.0
1.40.0
1.40.1
1.42.0
1.44.0
1.46.0
1.50 release notes
1.52.0
1.54.0
1.56.0
1.58.0
1.60.0
1.62.0
1.64.0
1.66.0
1.68.0
1.70.0
1.72.0
Community
Glossary
Home
Hosts
OtherSoftwareInterop
ReportingConnectivityProblems
Tailscale 1.10
Tailscale 1.12
Tailscale 1.14
Tailscale 1.16
Tailscale 1.18
Tailscale 1.20
Tailscale 1.22
Tailscale 1.24
Tailscale 1.26
Tailscale 1.28
Tailscale 1.30
Tailscale 1.6
Tailscale 1.8
Tailscaled on macOS
Win7
WorksWith
Table of Contents
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Bug fixes, improvements
- Large effort to address DNS configuration issues and Magic DNS on all platforms.
- Allow client access to an exit node's public IPs.
- Tailscale up command now warns when options are being changed by omission. For example if one had used
tailscale up --advertise-route=192.168.0.0/24
and then usestailscale up --advertise-exit-node
it will notice and warn that the advertise-route would be removed. - Support SCTP in port-based ACLs, in addition to TCP and UDP.
- In magicsock if IPv4 and IPv6 have similar latency, prefer IPv6.
- Add
tailscale ping --tsmp w.x.y.z
, which sends a ping at a layer which doesn’t involve the host IP stack. Only destinations running 1.8+ will respond. - Add
tailscale ip [-4] [-6]
command, suitable for use in shell scripts to retrieve Tailscale IP addresses of the local node or peers. - add
tailscale bugreport
command to log a timestamp, to use shortly after a problem occurs to make it easier for support@tailscale.com to find. Note that you do still need to send email or file a bug; the newbugreport
just adds a known point in the logs so support can find it easily. - Add
tailscale logout
command. - When run with
--tun=userspace-networking --socks5-server=...
,tailscaled
can now be a SOCKS5 proxy for all addresses not just Tailscale addresses.
Platform-specific
Linux
- Much better support for DNS server configuration and Magic DNS in Linux distributions using systemd-resolved, NetworkManager, and resolvconf.
Windows
- There is a new menu structure to better support the amount of functionality now present. Hold Control while clicking the taskbar icon to get access to a Debug menu of less-commonly used functions.
- The
tailscale.exe
CLI command now supports a new flag,tailscale up --unattended
to make Tailscale run in what the GUI calls "Unattended Mode" (to run in the background outside the context of a logged in desktop session). Previously on Windows the CLI always enabled Unattended Mode; now it must be specified explicitly. - Windows systems can now serve as subnet routers and exit nodes. As this support is new, there's no GUI support yet and the CLI must be used to enable it. From
cmd.exe
, runtailscale up --advertise-exit-node
ortailscale up --advertise-route=192.168.1.0/24
MacOS
- There is a new menu structure to better support the amount of functionality now present. Hold Option while clicking the menu bar icon to get access to a Debug menu of less-commonly used functions.
- MacOS systems can now serve as subnet routers and exit nodes using https://github.com/tailscale/tailscale/wiki/Tailscaled-on-macOS
- Fixed MacOS Big Sur DNS behavior when using an exit node.
Synology
- Synology systems can now serve as subnet routers and exit nodes.
Coming soon
- A new Alpha feature allows users to send files to their own devices via Tailscale.
- Split DNS functionality will be enabled in the near future.