Skip to content

Commit

Permalink
Create goentri.com.pressable.json (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow authored Jul 17, 2023
2 parents 091cefc + 8c1d90c commit f204089
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions goentri.com.pressable.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}

0 comments on commit f204089

Please sign in to comment.