Skip to content

Commit

Permalink
Merge pull request Domain-Connect#263 from Thekkedath/entri-the.com
Browse files Browse the repository at this point in the history
new template for the.com
  • Loading branch information
wdbaker-godaddy authored Sep 1, 2022
2 parents 3c0cfab + 8e0323b commit 0762b8d
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions goentri.com.the-com-v2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "the-com-v2",
"serviceName": "The.com",
"version": 1,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up domain using Entri",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com",
"variableDescription": "hostValue is the dynamic host value assigned to the domain,verificationValue is the text verification value,customValue is the dynamic value generated for the domain",
"sharedProviderName": true,
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "104.18.216.36",
"ttl": 3600
},
{
"type": "CNAME",
"host": "www",
"pointsTo": "fallback.testingthe.com",
"ttl": 3600
},
{
"type": "TXT",
"host": "_cf-custom-hostname.%hostValue%",
"data": "%customValue%",
"ttl": 3600
},
{
"type": "TXT",
"host": "@",
"data": "%verificationValue%",
"ttl": 3600
}
]
}

0 comments on commit 0762b8d

Please sign in to comment.