forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dnsdad.com.dnsdadrecords.json
38 lines (38 loc) · 1014 Bytes
/
dnsdad.com.dnsdadrecords.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
32
33
34
35
36
37
38
{
"providerId": "dnsdad.com",
"providerName": "dnsdad.com",
"serviceId": "dnsdadrecords",
"serviceName": "Dnsdad Records",
"version": 3,
"logoUrl": "https://dnsdad.com/static/images/mini-logo.svg",
"description": "Configure DNS records using DNSDAD",
"variableDescription": "IP address for the domain A, CNAME. Domain for TXT",
"syncPubKeyDomain":"dnsdad.com",
"syncRedirectDomain": "dnsdad.com, api.dnsdad.com",
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "%ipAdress%",
"ttl": 3600
},
{
"type": "A",
"host": "@",
"pointsTo": "%ipAdress2%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%cnamehost%",
"pointsTo": "%domain%",
"ttl": 3600
},
{
"type": "TXT",
"host": "@",
"ttl": 3600,
"data": "%txt%"
}
]
}