diff --git a/goentri.com.hotmart-subdomains.json b/goentri.com.hotmart-subdomains.json new file mode 100644 index 00000000..437856a3 --- /dev/null +++ b/goentri.com.hotmart-subdomains.json @@ -0,0 +1,23 @@ +{ + "providerId": "goentri.com", + "providerName": "Entri", + "serviceId": "hotmart-subdomains", + "serviceName": "Hotmart Subdomains", + "version": 1, + "logoUrl": "https://cdn.goentri.com/logo.svg", + "description": "Allows user to easily set up dkim record using Entri", + "syncPubKeyDomain": "goentri.com", + "syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com", + "variableDescription": "cnamePointsTo is the URL to where the subdomain is pointed", + "sharedProviderName": true, + "hostRequired": false, + "records": [ + + { + "type": "CNAME", + "host": "www", + "pointsTo": "%cnamePointsTo%", + "ttl": 3600 + } + ] +} \ No newline at end of file diff --git a/goentri.com.hotmart.json b/goentri.com.hotmart.json new file mode 100644 index 00000000..06d71c3d --- /dev/null +++ b/goentri.com.hotmart.json @@ -0,0 +1,28 @@ +{ + "providerId": "goentri.com", + "providerName": "Entri", + "serviceId": "hotmart", + "serviceName": "Hotmart", + "version": 1, + "logoUrl": "https://cdn.goentri.com/logo.svg", + "description": "Allows user to easily set up dkim record using Entri", + "syncPubKeyDomain": "goentri.com", + "syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com", + "variableDescription": "primaryIp is the IP, cnamehost is the host for the CNAME and cnamePointsTo is the URL to where the subdomain is pointed ", + "sharedProviderName": true, + "hostRequired": false, + "records": [ + { + "type": "A", + "host": "@", + "pointsTo": "%primaryIp%", + "ttl": 3600 + }, + { + "type": "CNAME", + "host": "www", + "pointsTo": "%cnamePointsTo%", + "ttl": 3600 + } + ] +} \ No newline at end of file