You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tailnetOrg: <span>You can get your Tailnet organization name on this page, under the <b>Organization</b> section. <ahref="https://login.tailscale.com/admin/settings/general">Link</a>.</span>,
2
+
tailflareState: {
3
+
tailnetOrg: (
4
+
<span>
5
+
You can get your Tailnet organization name on this page, under the{" "}
tailscaleApiKey: <span>API access token is needed to fetch your Tailnet devices and can be generated here. <ahref="https://login.tailscale.com/admin/settings/keys">Link</a>.</span>,
11
+
tailscaleApiKey: (
12
+
<span>
13
+
API access token is needed to fetch your Tailnet devices and can be
cloudflareEmail: <span>The email you use to log in to your Cloudflare dashboard and manage zones.</span>,
19
+
cloudflareEmail: (
20
+
<span>
21
+
The email you use to log in to your Cloudflare dashboard and manage
22
+
zones.
23
+
</span>
24
+
),
7
25
8
-
cloudflareApiKey: <span>You can either use the Global API Key or generate an API token with the Zone.DNS permissions and All zones scope. <ahref="https://dash.cloudflare.com/profile/api-tokens">Link</a>.</span>,
26
+
cloudflareApiKey: (
27
+
<span>
28
+
You can either use the Global API Key or generate an API token with the
subdomain: <span>The subdomain you want to organize your hosts. For example, <code>anguyen-1.engineering.aaanh.to</code> Generally, access control is handled by Tailscale ACLs, so subdomains on Cloudflare is only superficial.</span>
11
-
}
34
+
subdomain: (
35
+
<span>
36
+
The subdomain you want to organize your hosts. For example,{" "}
37
+
<code>anguyen-1.engineering.aaanh.to</code> Generally, access control is
38
+
handled by Tailscale ACLs, so subdomains on Cloudflare is only
39
+
superficial.
40
+
</span>
41
+
),
42
+
},
12
43
13
-
exportdefaultusageText
44
+
bulkChangeSubdomains: (
45
+
<span>
46
+
{`Use '*' to update every matched record. Leave empty to match <hostname>.<domain>.<tld>.`}
0 commit comments