diff --git a/goentri.com.webflow.json b/goentri.com.webflow.json index fa035f3e..e68e3923 100644 --- a/goentri.com.webflow.json +++ b/goentri.com.webflow.json @@ -3,7 +3,7 @@ "providerName": "Entri", "serviceId": "webflow", "serviceName": "Webflow", - "version": 1, + "version": 2, "logoUrl": "https://cdn.goentri.com/logo.svg", "description": "Allows user to easily set up dkim record using Entri", "syncPubKeyDomain": "goentri.com", @@ -16,18 +16,28 @@ "type": "A", "host": "@", "pointsTo": "%primaryIp%", + "groupId": "a1", "ttl": 3600 }, { "type": "A", "host": "@", "pointsTo": "%primaryIp2%", + "groupId": "a1", "ttl": 3600 }, { "type": "CNAME", "host": "www", "pointsTo": "%cnamePointsTo%", + "groupId": "a1", + "ttl": 3600 + }, + { + "type": "TXT", + "host": "@", + "data": "%txt%", + "groupId": "a2", "ttl": 3600 } ]