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" + } + ] +}