From 752df08d5daceb6db20711b172978530706d84f0 Mon Sep 17 00:00:00 2001 From: leopinzon Date: Thu, 17 Aug 2023 17:29:06 -0300 Subject: [PATCH 1/3] Webflow subdoimains --- goentri.com.webflow.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/goentri.com.webflow.json b/goentri.com.webflow.json index e68e3923..24339710 100644 --- a/goentri.com.webflow.json +++ b/goentri.com.webflow.json @@ -29,16 +29,23 @@ { "type": "CNAME", "host": "www", - "pointsTo": "%cnamePointsTo%", + "pointsTo": "%proxySslUrl%", "groupId": "a1", "ttl": 3600 }, { "type": "TXT", "host": "@", - "data": "%txt%", + "data": "%proxySslUrl%", "groupId": "a2", "ttl": 3600 + }, + { + "type": "CNAME", + "host": "%subdomain%", + "pointsTo": "%proxySslUrl%", + "groupId": "a3", + "ttl": 3600 } ] } \ No newline at end of file From 78516c070f728bcd734a4b74e52321e0271e5148 Mon Sep 17 00:00:00 2001 From: leopinzon Date: Wed, 30 Aug 2023 17:38:28 -0300 Subject: [PATCH 2/3] Version change --- goentri.com.webflow.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goentri.com.webflow.json b/goentri.com.webflow.json index 24339710..998b66e2 100644 --- a/goentri.com.webflow.json +++ b/goentri.com.webflow.json @@ -3,7 +3,7 @@ "providerName": "Entri", "serviceId": "webflow", "serviceName": "Webflow", - "version": 2, + "version": 3, "logoUrl": "https://cdn.goentri.com/logo.svg", "description": "Allows user to easily set up dkim record using Entri", "syncPubKeyDomain": "goentri.com", From 70f1ba3bc9b81540dc669855f9fe715048a621d9 Mon Sep 17 00:00:00 2001 From: leopinzon Date: Wed, 30 Aug 2023 17:50:29 -0300 Subject: [PATCH 3/3] txt as variable --- goentri.com.webflow.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goentri.com.webflow.json b/goentri.com.webflow.json index 998b66e2..4287e502 100644 --- a/goentri.com.webflow.json +++ b/goentri.com.webflow.json @@ -36,7 +36,7 @@ { "type": "TXT", "host": "@", - "data": "%proxySslUrl%", + "data": "%txt%", "groupId": "a2", "ttl": 3600 },