diff --git a/CHANGELOG.md b/CHANGELOG.md index 70c3f5f3..cb2fbd19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ ### changes -- Adding "configtest" CLI command. +- Adding "configtest" CLI command. [#1230](https://github.com/juanfont/headscale/pull/1230) +- Add documentation on connecting with iOS to `/apple` [#1261](https://github.com/juanfont/headscale/pull/1261) ## 0.20.0 (2023-02-03) diff --git a/templates/apple.html b/templates/apple.html index c2331953..d09f786b 100644 --- a/templates/apple.html +++ b/templates/apple.html @@ -15,6 +15,7 @@ padding: 0 10px; font-family: Sans-serif; } + h1, h2, h3 { @@ -24,7 +25,7 @@
-Tailscale added Fast User Switching in version 1.34 and you can now use @@ -34,7 +35,6 @@
Use Tailscale's login command to add your profile:
tailscale login --login-server {{.URL}}
-
This page provides - - configuration profiles - + configuration profiles for the official Tailscale clients for
You should always download and inspect the profile before installing it:
-curl {{.URL}}/apple/macos-app-store
+ for app store client: curl {{.URL}}/apple/macos-app-store
curl {{.URL}}/apple/macos-standalone
+ for standalone client: curl {{.URL}}/apple/macos-standalone
Headscale can be set to the default server by installing a Headscale @@ -117,7 +96,6 @@ >macOS Standalone profile
-Or
Use your terminal to configure the default setting for Tailscale by
@@ -143,7 +120,39 @@
defaults write io.tailscale.ipn.macsys ControlURL {{.URL}}
Restart Tailscale.app and log in.
++ Tailscale 1.38 on + iOS + added a configuration option to allow user to set an "Alternate + Coordination server". This can be used to connect to your headscale + server. +
+