@@ -27,50 +27,27 @@ func Apple(url string) *elem.Element {
27
27
elem .Text ("App store" ),
28
28
),
29
29
),
30
- elem .Li (nil ,
31
- elem .Text ("Open Tailscale and make sure you are " ),
32
- elem .I (nil , elem .Text ("not " )),
33
- elem .Text ("logged in to any account" ),
34
- ),
35
- elem .Li (nil ,
36
- elem .Text ("Open Settings on the iOS device" ),
30
+ elem .Li (
31
+ nil ,
32
+ elem .Text ("Open the Tailscale app" ),
37
33
),
38
34
elem .Li (
39
35
nil ,
40
- elem .Text (
41
- `Scroll down to the "third party apps" section, under "Game Center" or "TV Provider"` ,
42
- ),
36
+ elem .Text (`Click the account icon in the top-right corner and select "Log in…".` ),
43
37
),
44
- elem .Li (nil ,
45
- elem .Text ("Find Tailscale and select it" ),
46
- elem .Ul (nil ,
47
- elem .Li (
48
- nil ,
49
- elem .Text (
50
- `If the iOS device was previously logged into Tailscale, switch the "Reset Keychain" toggle to "on"` ,
51
- ),
52
- ),
53
- ),
38
+ elem .Li (
39
+ nil ,
40
+ elem .Text (`Tap the top-right options menu button and select "Use custom coordination server".` ),
54
41
),
55
42
elem .Li (
56
43
nil ,
57
44
elem .Text (
58
45
fmt .Sprintf (
59
- `Enter "%s" under "Alternate Coordination Server URL"` ,
46
+ `Enter your instance URL: "%s "` ,
60
47
url ,
61
48
),
62
49
),
63
50
),
64
- elem .Li (
65
- nil ,
66
- elem .Text (
67
- "Restart the app by closing it from the iOS app switcher, open the app and select the regular sign in option " ,
68
- ),
69
- elem .I (nil , elem .Text ("(non-SSO)" )),
70
- elem .Text (
71
- ". It should open up to the headscale authentication page." ,
72
- ),
73
- ),
74
51
elem .Li (
75
52
nil ,
76
53
elem .Text (
0 commit comments