From 8a864a796b43ae3bb84059852a39fdd4a7b3bcfe Mon Sep 17 00:00:00 2001 From: Emmanuel Gautier Date: Tue, 17 Sep 2024 23:53:47 +0200 Subject: [PATCH 1/2] chore: add domchekr.com.domaincheck.json template --- domchekr.com.domaincheck.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 domchekr.com.domaincheck.json diff --git a/domchekr.com.domaincheck.json b/domchekr.com.domaincheck.json new file mode 100644 index 00000000..bb66014e --- /dev/null +++ b/domchekr.com.domaincheck.json @@ -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 + } + ] +} \ No newline at end of file From e3b0394673a130725f94cdaab07ed90fded75504 Mon Sep 17 00:00:00 2001 From: Emmanuel Gautier Date: Thu, 19 Sep 2024 23:47:42 +0200 Subject: [PATCH 2/2] chore: toogle multiInstance for domchekr.com.domaincheck.json template --- domchekr.com.domaincheck.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domchekr.com.domaincheck.json b/domchekr.com.domaincheck.json index bb66014e..2de1bacc 100644 --- a/domchekr.com.domaincheck.json +++ b/domchekr.com.domaincheck.json @@ -10,6 +10,7 @@ "syncBlock": false, "syncPubKeyDomain": "dc.domchekr.com", "syncRedirectDomain": "dc.domchekr.com", + "multiInstance": true, "records": [ { "groupId": "verification",