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.16 KB
/
exampleservice.domainconnect.org.template2.json
File metadata and controls
34 lines (34 loc) · 1.16 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": 4,
"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:",
"syncPubKeyDomain": "exampleservice.domainconnect.org",
"syncRedirectDomain": "exampleservice.domainconnect.org",
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "%IP%",
"ttl": "1800"
},
{
"type": "TXT",
"host": "@",
"ttl": "1800",
"data": "%RANDOMTEXT%",
"txtConflictMatchingMode": "Prefix",
"txtConflictMatchingPrefix": "shm:"
},
{
"type": "CNAME",
"host": "whd",
"pointsTo": "@",
"ttl": "600"
}
]
}