forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexampleservice.domainconnect.org.template2.json
More file actions
34 lines (34 loc) · 1.08 KB
/
exampleservice.domainconnect.org.template2.json
File metadata and controls
34 lines (34 loc) · 1.08 KB
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
32
33
34
{
"providerId":"exampleservice.domainconnect.org",
"providerName":"Example Domain Connect Service",
"serviceId":"template2",
"serviceName":"Stateless Hosting Secondary",
"version": 3,
"syncPubKeyDomain" : "exampleservice.domainconnect.org",
"syncRedirectDomain": "exampleservice.domainconnect.org",
"logoUrl":"https://www.domainconnect.org/wp-content/uploads/2018/11/DomainConnectSquareBlack.png",
"description":"Example service for stateless hosting, alternative template",
"variableDescription":"IP is the IP address of the service A record. RANDOMTEXT is the value for a TXT record in DNS. Should be prefixed with shm:",
"records":[
{
"type":"A",
"host":"@",
"pointsTo":"%IP%",
"ttl":1800
},
{
"type":"TXT",
"host":"@",
"data":"%RANDOMTEXT%",
"ttl":1800,
"txtConflictMatchingMode": "Prefix",
"txtConflictMatchingPrefix" : "shm:"
},
{
"type": "CNAME",
"host": "whd",
"pointsTo": "@",
"ttl": 600
}
]
}