From 257ea3013e7ea062d422eb3eddc93f4a794ad332 Mon Sep 17 00:00:00 2001 From: Evelyn Date: Mon, 17 Jul 2023 10:13:12 -0500 Subject: [PATCH] Create goentri.com.pressable.json --- goentri.com.pressable.json | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 goentri.com.pressable.json diff --git a/goentri.com.pressable.json b/goentri.com.pressable.json new file mode 100644 index 00000000..eaffe894 --- /dev/null +++ b/goentri.com.pressable.json @@ -0,0 +1,40 @@ +{ + "providerId": "goentri.com", + "providerName": "Entri", + "serviceId": "pressable", + "serviceName": "Pressable", + "version": 1, + "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", + "variableDescription": "ipAdress is the IP to where the domain is pointed", + "sharedProviderName": true, + "hostRequired": false, + "records": [ + { + "type": "A", + "host": "@", + "pointsTo": "%ipAdress1%", + "ttl": 3600 + }, + { + "type": "A", + "host": "@", + "pointsTo": "%ipAdress2%", + "ttl": 3600 + }, + { + "type": "A", + "host": "www", + "pointsTo": "%ipAdress1%", + "ttl": 3600 + }, + { + "type": "A", + "host": "www", + "pointsTo": "%ipAdress2%", + "ttl": 3600 + } + ] +} \ No newline at end of file