Skip to content

Commit

Permalink
groups for the.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Thekkedath committed Nov 23, 2022
1 parent 935a3dc commit 018534f
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 37 deletions.
113 changes: 76 additions & 37 deletions goentri.com.the-com-v2.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,78 @@
{
"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
}
]
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "the-com-v2",
"serviceName": "The.com",
"version": 2,
"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,customHost is host value used for the domain",
"sharedProviderName": true,
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "104.18.216.36",
"groupId": "a1",
"ttl": 3600
},
{
"type": "CNAME",
"host": "www",
"groupId": "a1",
"pointsTo": "fallback.testingthe.com",
"ttl": 3600
},
{
"type": "TXT",
"groupId": "a1",
"host": "%hostValue%",
"data": "%customValue%",
"ttl": 3600
},
{
"type": "TXT",
"host": "%customHost%",
"groupId": "a1",
"data": "%verificationValue%",
"ttl": 3600
},
{
"type": "A",
"host": "@",
"pointsTo": "104.18.216.36",
"groupId": "a2",
"ttl": 3600
},
{
"type": "CNAME",
"host": "www",
"groupId": "a2",
"pointsTo": "fallback.testingthe.com",
"ttl": 3600
},
{
"type": "A",
"host": "@",
"pointsTo": "104.18.216.36",
"groupId": "a3",
"ttl": 3600
},
{
"type": "CNAME",
"host": "www",
"groupId": "a3",
"pointsTo": "fallback.testingthe.com",
"ttl": 3600
},
{
"type": "TXT",
"groupId": "a3",
"host": "%hostValue%",
"data": "%customValue%",
"ttl": 3600
}
]
}
Empty file.

0 comments on commit 018534f

Please sign in to comment.