diff --git a/goentri.com.pitchlane.json b/goentri.com.pitchlane.json index 9ea5da72..7a3d8169 100644 --- a/goentri.com.pitchlane.json +++ b/goentri.com.pitchlane.json @@ -3,19 +3,27 @@ "providerName": "Entri", "serviceId": "pitchlane", "serviceName": "Pitchlane", - "version": 1, + "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":"ip is to where A record is pointed", + "variableDescription":"ip is to where A record is pointed, verificationValue is the TXT key and txtHost is the TXT host", "sharedProviderName": true, "records": [ { "type":"A", "host":"@", + "groupId": "a1", "pointsTo":"%ip%", "ttl": 600 + }, + { + "type": "TXT", + "host": "%txtHost%", + "groupId": "a2", + "data": "%verificationValue%", + "ttl": 3600 } ] } \ No newline at end of file diff --git a/goentri.com.pitchlane_subdomains.json b/goentri.com.pitchlane_subdomains.json index eb927e93..4d3ad8d4 100644 --- a/goentri.com.pitchlane_subdomains.json +++ b/goentri.com.pitchlane_subdomains.json @@ -3,20 +3,28 @@ "providerName": "Entri", "serviceId": "pitchlane_subdomains", "serviceName": "PitchlaneSubdomains", - "version": 1, + "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":"cnamePointsto is to where the subdodoain is pointed", + "variableDescription":"cnamePointsto is to where the subdodoain is pointed, verificationValue is the TXT key and txtHost is the TXT host", "hostRequired": true, "sharedProviderName": true, "records": [ { "type":"CNAME", "host":"@", + "groupId": "a1", "pointsTo":"%cnamePointsto%", "ttl": 600 + }, + { + "type": "TXT", + "host": "%txtHost%", + "groupId": "a2", + "data": "%verificationValue%", + "ttl": 3600 } ] } \ No newline at end of file