diff --git a/goentri.com.supertape.json b/goentri.com.supertape.json index 76a95cfd..57868487 100644 --- a/goentri.com.supertape.json +++ b/goentri.com.supertape.json @@ -3,7 +3,7 @@ "providerName": "Entri", "serviceId": "supertape", "serviceName": "Supertape", - "version": 1, + "version": 2, "logoUrl": "https://cdn.goentri.com/logo.svg", "description": "Allows user to easily set up domain using Entri", "syncPubKeyDomain": "goentri.com", @@ -15,7 +15,7 @@ { "type": "CNAME", "host": "www", - "pointsTo": "@", + "pointsTo": "%subdomainPointsTo1%", "groupId": "a1", "ttl": 3600 }, @@ -28,7 +28,7 @@ { "type": "CNAME", "host": "%subdomain%", - "pointsTo": "%subdomainPointsTo%", + "pointsTo": "%subdomainPointsTo2%", "groupId": "a2", "ttl": 3600 },