diff --git a/goentri.com.mixo.json b/goentri.com.mixo.json index 800471bf..f53636f1 100644 --- a/goentri.com.mixo.json +++ b/goentri.com.mixo.json @@ -3,12 +3,12 @@ "providerName": "Entri", "serviceId": "mixo", "serviceName": "Mixo", - "version": 4, + "version": 5, "logoUrl": "https://cdn.goentri.com/logo.svg", "description": "Allows user to easily set up domain using Entri", "syncPubKeyDomain": "goentri.com", "syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com", - "variableDescription": "host_txt is the host for each TXT record,txt is the value for TXT record, host_cname is the host for the CNAME record and value_cname is the value to point CNAME", + "variableDescription":"hosttxt is the host for each TXT record,txt is the value for TXT record, hostcname is the host for the CNAME record and valuecname is the value to point CNAME", "sharedProviderName": true, "records": [ { @@ -42,12 +42,12 @@ "type": "TXT", "host": "%hosttxt3%", "groupId": "a3", - "data": "%txt2%", + "data": "%txt3%", "ttl": 3600 }, { "type": "CNAME", - "host": "%hostcname%", + "host": "%hostcname3%", "groupId": "a3", "pointsTo": "%valuecname3%", "ttl": 3600 diff --git a/goentri.com.supertape.json b/goentri.com.supertape.json new file mode 100644 index 00000000..57868487 --- /dev/null +++ b/goentri.com.supertape.json @@ -0,0 +1,43 @@ +{ + "providerId": "goentri.com", + "providerName": "Entri", + "serviceId": "supertape", + "serviceName": "Supertape", + "version": 2, + "logoUrl": "https://cdn.goentri.com/logo.svg", + "description": "Allows user to easily set up domain using Entri", + "syncPubKeyDomain": "goentri.com", + "syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com", + "variableDescription": "subdomain is the subdomain user is creating and subdomainPointsTo is to where this subdomain is pointed, hostValidation is the host for the domain validation and txtData is the validation key", + "sharedProviderName": true, + "hostRequired": false, + "records": [ + { + "type": "CNAME", + "host": "www", + "pointsTo": "%subdomainPointsTo1%", + "groupId": "a1", + "ttl": 3600 + }, + { + "type": "REDIR301", + "target": "%target%", + "groupId": "a1", + "host": "@" + }, + { + "type": "CNAME", + "host": "%subdomain%", + "pointsTo": "%subdomainPointsTo2%", + "groupId": "a2", + "ttl": 3600 + }, + { + "type": "TXT", + "host": "%hostValidation%", + "data": "%txtData%", + "groupId": "a3", + "ttl": 3600 + } + ] +}