From 244293be37fc027e8c062b9e043243072ecfc0fa Mon Sep 17 00:00:00 2001 From: Thekkedath Date: Thu, 3 Aug 2023 18:16:51 -0400 Subject: [PATCH] changing variable name --- goentri.com.mixo.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/goentri.com.mixo.json b/goentri.com.mixo.json index 800471bf..f53636f1 100644 --- a/goentri.com.mixo.json +++ b/goentri.com.mixo.json @@ -3,12 +3,12 @@ "providerName": "Entri", "serviceId": "mixo", "serviceName": "Mixo", - "version": 4, + "version": 5, "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": "host_txt is the host for each TXT record,txt is the value for TXT record, host_cname is the host for the CNAME record and value_cname is the value to point CNAME", + "variableDescription":"hosttxt is the host for each TXT record,txt is the value for TXT record, hostcname is the host for the CNAME record and valuecname is the value to point CNAME", "sharedProviderName": true, "records": [ { @@ -42,12 +42,12 @@ "type": "TXT", "host": "%hosttxt3%", "groupId": "a3", - "data": "%txt2%", + "data": "%txt3%", "ttl": 3600 }, { "type": "CNAME", - "host": "%hostcname%", + "host": "%hostcname3%", "groupId": "a3", "pointsTo": "%valuecname3%", "ttl": 3600