From ae7d0099aec9fa1107e1feaa517c63237ba597f5 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 18 Feb 2021 14:09:09 -0800 Subject: [PATCH] Updated Tailscaled on macOS (markdown) --- Tailscaled-on-macOS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Tailscaled-on-macOS.md b/Tailscaled-on-macOS.md index 946f3ca..4708ac2 100644 --- a/Tailscaled-on-macOS.md +++ b/Tailscaled-on-macOS.md @@ -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. \ No newline at end of file