Skip to content

Commit

Permalink
Update goentri.com.realnice.json (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow authored Nov 15, 2023
2 parents 587d41c + 55bf0c4 commit 57ae2e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions goentri.com.realnice.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,24 @@
"providerName": "Entri",
"serviceId": "realnice",
"serviceName": "Realnice",
"version": 2,
"version": 3,
"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": "ipAdress is the IP A record is pointed to, cnamePointsTo is the cname value ",
"sharedProviderName": true,
"records": [
{
"type":"A",
"host":"@",
"pointsTo":"75.2.60.5",
"pointsTo":"%ipAdress%",
"ttl": 300
},
{
"type":"CNAME",
"host":"www",
"pointsTo": "@",
"pointsTo": "%cnamePointsTo%",
"ttl": 300
}
]
Expand Down

0 comments on commit 57ae2e0

Please sign in to comment.