From ca44c5b2b148166ef0f260bf2c51251f648535e8 Mon Sep 17 00:00:00 2001 From: leopinzon Date: Tue, 23 Aug 2022 14:58:58 -0300 Subject: [PATCH 1/2] Entri-Unbounce template created --- goentri.com.unbounce.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 goentri.com.unbounce.json diff --git a/goentri.com.unbounce.json b/goentri.com.unbounce.json new file mode 100644 index 00000000..18e869f0 --- /dev/null +++ b/goentri.com.unbounce.json @@ -0,0 +1,22 @@ +{ + "providerId": "goentri.com", + "providerName": "Entri", + "serviceId": "unbounce", + "serviceName": "Unbounce", + "version": 1, + "logoUrl": "https://cdn.goentri.com/logo.svg", + "description": "Allows user to easily set up domain using Entri", + "variableDescription":"HOST is the subdomain for the domain.", + "hostRequired": true, + "syncPubKeyDomain": "goentri.com", + "syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com", + "sharedProviderName": true, + "records":[ + { + "type": "CNAME", + "host": "@", + "pointsTo": "unbouncepages.com", + "ttl": 600 + } + ] + } From 2edeac3877cbb6292e59a8535beb4b2dc62e3d58 Mon Sep 17 00:00:00 2001 From: leopinzon Date: Fri, 2 Sep 2022 10:44:25 -0300 Subject: [PATCH 2/2] No changes - inteded to retriger checks only --- goentri.com.unbounce.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goentri.com.unbounce.json b/goentri.com.unbounce.json index 18e869f0..a33a5788 100644 --- a/goentri.com.unbounce.json +++ b/goentri.com.unbounce.json @@ -9,7 +9,7 @@ "variableDescription":"HOST is the subdomain for the domain.", "hostRequired": true, "syncPubKeyDomain": "goentri.com", - "syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com", + "syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com", "sharedProviderName": true, "records":[ {