Swap MacOS and Windows text.

Denton Gentry 2021-05-06 08:20:42 -07:00
parent cb6c522c93
commit d2b31ac6b4

@ -16,12 +16,12 @@
* Much better support for [DNS server configuration and Magic DNS in Linux distributions](https://tailscale.com/blog/sisyphean-dns-client-linux/) using systemd-resolved, NetworkManager, and resolvconf.
## Windows
* 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.
* 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`, 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.
* 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.](https://github.com/tailscale/tailscale/issues/1647)