mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Compare commits
2 commits
a199588600
...
eccf88ce17
Author | SHA1 | Date | |
---|---|---|---|
|
eccf88ce17 | ||
|
faef907672 |
2 changed files with 3 additions and 4 deletions
|
@ -56,7 +56,7 @@ Install the official Tailscale tvOS client from the [App Store](https://apps.app
|
|||
|
||||
!!! danger
|
||||
|
||||
**DON'T** open the Tailscale App after installation!.
|
||||
**Don't** open the Tailscale App after installation!
|
||||
|
||||
### Configuring the headscale URL
|
||||
|
||||
|
@ -65,6 +65,5 @@ Install the official Tailscale tvOS client from the [App Store](https://apps.app
|
|||
- Enter the URL of your headscale instance (e.g `https://headscale.example.com`) and press `OK`
|
||||
- Return to the tvOS Home screen
|
||||
- Open Tailscale
|
||||
- `Install VPN configuration`
|
||||
- `Allow`
|
||||
- Click the button `Install VPN configuration` and confirm the appearing popup by clicking the `Allow` button
|
||||
- Scan the QR code and follow the login procedure
|
||||
|
|
|
@ -226,7 +226,7 @@ func Apple(url string) *elem.Element {
|
|||
elem.Li(
|
||||
nil,
|
||||
elem.Text(
|
||||
"Go Settings (the apple tvOS settings) > Apps > Tailscale",
|
||||
"Open Settings (the Apple tvOS settings) > Apps > Tailscale",
|
||||
),
|
||||
),
|
||||
elem.Li(
|
||||
|
|
Loading…
Reference in a new issue