Updated Tailscaled on macOS (markdown)

Brad Fitzpatrick 2021-02-18 14:09:09 -08:00
parent 6b7ad83ca3
commit ae7d0099ae
1 changed files with 4 additions and 0 deletions

@ -63,3 +63,7 @@ Compared to the GUI version of Tailscale, running `tailscaled` instead has the f
* MagicDNS works, but you need to set 100.100.100.100 as your DNS server yourself. It doesn't yet change your DNS config.
* `tailscaled` can run at system boot before any user has logged in (e.g. letting you VNC to your computer after a power outage)
* is fully open source (Tailscale GUI parts aren't open source on non-free operating systems)
## Comparison to Linux `tailscaled`
* `tailscaled` on Linux [can be a subnet router](https://tailscale.com/kb/1019/subnets) ("relay node"); `tailscaled` on macOS can not. https://github.com/tailscale/tailscale/issues/1367 tracks adding such support.