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