Updated Tailscale 1.8 (markdown)

Brad Fitzpatrick 2021-05-06 08:03:14 -07:00
parent 960bdd4dba
commit 6d25d405df

@ -16,7 +16,7 @@
* 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
* Behavior change: ForceDaemon now off by default, use “tailscale up --unattended” to get previous behavior
* 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