diff --git a/CHANGELOG.md b/CHANGELOG.md index e6cd1fa2d7..f0c68296b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ - Fix OIDC registration issues [#960](https://github.com/juanfont/headscale/pull/960) and [#971](https://github.com/juanfont/headscale/pull/971) - Add support for specifying NextDNS DNS-over-HTTPS resolver [#940](https://github.com/juanfont/headscale/pull/940) - Make more sslmode available for postgresql connection [#927](https://github.com/juanfont/headscale/pull/927) +- Update platform docs with Fast User Switching [#1016](https://github.com/juanfont/headscale/pull/1016) ## 0.16.4 (2022-08-21) diff --git a/templates/apple.html b/templates/apple.html index 3c073b967c..d80e6504f6 100644 --- a/templates/apple.html +++ b/templates/apple.html @@ -9,7 +9,16 @@
+ Tailscale added Fast User Switching in version 1.34 and you can now use + the new login command to connect to one or more headscale (and Tailscale) + servers. The previously used profiles does not have an effect anymore. +
+Use Tailscale's login command to add your profile:
+tailscale login --login-server {{.URL}}
+
+
-REG ADD "HKLM\Software\Tailscale IPN" /v UnattendedMode /t REG_SZ /d always
-REG ADD "HKLM\Software\Tailscale IPN" /v LoginURL /t REG_SZ /d "{{.URL}}"
+ REG ADD "HKLM\Software\Tailscale IPN" /v UnattendedMode /t REG_SZ /d always
+ REG ADD "HKLM\Software\Tailscale IPN" /v LoginURL /t REG_SZ /d "{{.URL}}"
+
Restart Tailscale and log in.