Skip to content

Commit

Permalink
chore: add domchekr.com.domaincheck.json template
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelgautier committed Sep 17, 2024
1 parent 22d0824 commit 8a864a7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions domchekr.com.domaincheck.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"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",
"records": [
{
"groupId": "verification",
"type": "TXT",
"host": "@",
"data": "domchekr-verification=%verifytxt%",
"ttl": 3600
}
]
}

0 comments on commit 8a864a7

Please sign in to comment.