From bdbef3c99702f6caebc8856a7aa9f76842252f02 Mon Sep 17 00:00:00 2001 From: Evelyn Date: Thu, 3 Aug 2023 18:59:14 +0200 Subject: [PATCH] Update goentri.com.supertape.json --- goentri.com.supertape.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 },