diff --git a/goentri.com.webflow.json b/goentri.com.webflow.json index e68e3923..4287e502 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", @@ -29,7 +29,7 @@ { "type": "CNAME", "host": "www", - "pointsTo": "%cnamePointsTo%", + "pointsTo": "%proxySslUrl%", "groupId": "a1", "ttl": 3600 }, @@ -39,6 +39,13 @@ "data": "%txt%", "groupId": "a2", "ttl": 3600 + }, + { + "type": "CNAME", + "host": "%subdomain%", + "pointsTo": "%proxySslUrl%", + "groupId": "a3", + "ttl": 3600 } ] } \ No newline at end of file