forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgetflywheel.com.arecord.json
More file actions
30 lines (30 loc) · 958 Bytes
/
getflywheel.com.arecord.json
File metadata and controls
30 lines (30 loc) · 958 Bytes
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
{
"providerId":"getflywheel.com",
"providerName":"Flywheel",
"serviceId":"arecord",
"serviceName":"Managed WordPress Hosting",
"version": 4,
"logoUrl":"https://www.domainconnect.org/wp-content/uploads/2021/06/flywheel-logo.png",
"description":"Configure ip address for the domain A record.",
"variableDescription":"ip is the IP address of the server, verification is the domain ownership verification code",
"syncBlock":false,
"syncPubKeyDomain":"domainconnect.getflywheel.com",
"syncRedirectDomain":"getflywheel.com,staging.getflywheel.com,flywheel.localhost",
"records":[
{
"groupId":"arecord",
"type":"A",
"host":"@",
"pointsTo":"%ip%",
"ttl":3600
},
{
"groupId":"verify",
"type":"TXT",
"host":"domain-verification",
"data":"%verification%",
"ttl":3600,
"txtConflictMatchingMode": "All"
}
]
}