From 89600571bff58bbc21661009799ab63d3e2f6956 Mon Sep 17 00:00:00 2001 From: Evelyn Date: Mon, 13 Nov 2023 18:19:39 -0300 Subject: [PATCH] Update goentri.com.realnice.json --- goentri.com.realnice.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/goentri.com.realnice.json b/goentri.com.realnice.json index b3216f35..6f11f337 100644 --- a/goentri.com.realnice.json +++ b/goentri.com.realnice.json @@ -3,23 +3,24 @@ "providerName": "Entri", "serviceId": "realnice", "serviceName": "Realnice", - "version": 2, + "version": 3, "logoUrl": "https://cdn.goentri.com/logo.svg", "description": "Allows user to easily set up domain using Entri", "syncPubKeyDomain": "goentri.com", "syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com", + "variableDescription": "ipAdress is the IP A record is pointed to, cnamePointsTo is the cname value ", "sharedProviderName": true, "records": [ { "type":"A", "host":"@", - "pointsTo":"75.2.60.5", + "pointsTo":"%ipAdress%", "ttl": 300 }, { "type":"CNAME", "host":"www", - "pointsTo": "@", + "pointsTo": "%cnamePointsTo%", "ttl": 300 } ]