From 8407955b66f06b254d18784df1e5f0bf3e555384 Mon Sep 17 00:00:00 2001 From: Pawel Kowalik Date: Fri, 10 May 2024 16:42:05 +0200 Subject: [PATCH] Create exampleservice.domainconnect.org.test-template.json --- ...rvice.domainconnect.org.test-template.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 exampleservice.domainconnect.org.test-template.json diff --git a/exampleservice.domainconnect.org.test-template.json b/exampleservice.domainconnect.org.test-template.json new file mode 100644 index 00000000..643c0afe --- /dev/null +++ b/exampleservice.domainconnect.org.test-template.json @@ -0,0 +1,20 @@ +{ + "providerId": "exampleservice.domainconnect.org", + "providerName": "Example Domain Connect Service", + "serviceId": "test-template", + "serviceName": "Test template", + "version": 1, + "logoUrl": "https://www.domainconnect.org/wp-content/uploads/2018/11/DomainConnectSquareBlack.png", + "description": "Example service for template workflow test", + "variableDescription": "", + "syncRedirectDomain": "exampleservice.domainconnect.org", + "warnPhishing": true, + "records": [ + { + "type": "TXT", + "host": "@", + "ttl": 1800, + "data": "test" + } + ] +}