Skip to content

Commit

Permalink
Add domchekr.com.domaincheck.json template (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow authored Sep 20, 2024
2 parents 22d0824 + e3b0394 commit ebc9e90
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions domchekr.com.domaincheck.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"providerId": "domchekr.com",
"providerName": "DomChekr",
"serviceId": "domaincheck",
"serviceName": "Domain Check",
"version": 1,
"logoUrl": "https://www.domchekr.com/logo.png",
"description": "Enables a domain to be verified with DomChekr",
"variableDescription": "Unique verification code provided for purpose of verification",
"syncBlock": false,
"syncPubKeyDomain": "dc.domchekr.com",
"syncRedirectDomain": "dc.domchekr.com",
"multiInstance": true,
"records": [
{
"groupId": "verification",
"type": "TXT",
"host": "@",
"data": "domchekr-verification=%verifytxt%",
"ttl": 3600
}
]
}

0 comments on commit ebc9e90

Please sign in to comment.