Skip to content

Commit

Permalink
add dnsdad template (Domain-Connect#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow authored May 1, 2024
2 parents 8d4954c + 7e2ef66 commit 62b8dfb
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions dnsdad.com.dnsdadrecords.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"providerId": "dnsdad.com",
"providerName": "dnsdad.com",
"serviceId": "dnsdadrecords",
"serviceName": "Dnsdad Records",
"version": 1,
"logoUrl": "https://dnsdad.com/logo.svg",
"description": "Configure DNS records using DNSDAD",
"variableDescription": "IP address for the domain A, CNAME. Domain for TXT",
"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%"
}
]
}

0 comments on commit 62b8dfb

Please sign in to comment.