diff --git a/CHANGELOG.md b/CHANGELOG.md index e6cd1fa..f0c6829 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 3c073b9..d80e650 100644 --- a/templates/apple.html +++ b/templates/apple.html @@ -9,7 +9,16 @@

headscale

-

Apple configuration profiles

+

Recent Tailscale versions (1.34.0 and higher)

+

+ 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}}
+ +

Apple configuration profiles (1.32.0 and lower)

This page provides diff --git a/templates/windows.html b/templates/windows.html index 5e13a72..0cd3e5c 100644 --- a/templates/windows.html +++ b/templates/windows.html @@ -9,7 +9,16 @@

headscale

-

Windows registry configuration

+

Recent Tailscale versions (1.34.0 and higher)

+

+ 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}}
+ +

Windows registry configuration (1.32.0 and lower)

This page provides Windows registry information for the official Windows Tailscale client. @@ -55,8 +64,9 @@ commands to add the required registry entries:

-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.