forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
getflywheel.com.cname.json
31 lines (31 loc) · 1001 Bytes
/
getflywheel.com.cname.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"providerId":"getflywheel.com",
"providerName":"Flywheel",
"serviceId":"cname",
"serviceName":"Managed WordPress Hosting",
"version": 3,
"logoUrl":"https://www.domainconnect.org/wp-content/uploads/2021/06/flywheel-logo.png",
"description":"Configure target domain for CNAME record.",
"variableDescription":"site is the primary domain for a Flywheel managed site, verification is the domain ownership verification code",
"syncBlock":false,
"syncPubKeyDomain":"domainconnect.getflywheel.com",
"syncRedirectDomain":"getflywheel.com,staging.getflywheel.com,flywheel.localhost",
"hostRequired": true,
"records":[
{
"groupId":"cname",
"type":"CNAME",
"host":"@",
"pointsTo":"%site%",
"ttl":3600
},
{
"groupId":"verify",
"type":"TXT",
"host":"domain-verification",
"data":"%verification%",
"ttl":3600,
"txtConflictMatchingMode": "All"
}
]
}