From 1d5279f4191e17b3b2515746ebf44075194ac501 Mon Sep 17 00:00:00 2001 From: Evelyn Date: Wed, 2 Aug 2023 23:04:31 +0200 Subject: [PATCH 1/2] Update goentri.com.pitchlane_subdomains.json --- goentri.com.pitchlane_subdomains.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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 From ad1420012dc66cf7202cc15653a6d8d73f65078a Mon Sep 17 00:00:00 2001 From: Evelyn Date: Wed, 2 Aug 2023 23:09:41 +0200 Subject: [PATCH 2/2] Update goentri.com.pitchlane.json --- goentri.com.pitchlane.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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