Updated Tailscale 1.8 (markdown)

Denton Gentry 2021-05-06 08:14:34 -07:00
parent d82aacd8d9
commit 581cc82ded

@ -16,18 +16,19 @@
* Much better support for DNS server configuration and Magic DNS in Linux distributions using systemd-resolved, NetworkManager, and resolvconf: https://tailscale.com/blog/sisyphean-dns-client-linux/
## Windows
* 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.
* 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.
* 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`, run `tailscale up --advertise-exit-node` or `tailscale 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 Control while clicking the taskbar 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
* https://github.com/tailscale/tailscale/issues/1647
* Fixed MacOS [Big Sur DNS behavior when using an exit node](https://github.com/tailscale/tailscale/issues/1647)
## Synology
* Synology systems can now serve as subnet routers and exit nodes.
# Coming soon
* file transfer, will be in early access for a while
* Split DNS, will introduce post 1.8.0
* 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.