Skip to content

Commit

Permalink
Create goentri.com.lodgea.json (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow authored Nov 5, 2023
2 parents 86502d7 + b7c8f51 commit 27f37ba
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions goentri.com.lodgea.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "lodgea",
"serviceName": "Lodgea",
"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, app.entri.com,app.goentri.com",
"variableDescription":"cnamePointsto is the value for the CNAME, cnameHost1 is the host for CNAME",
"sharedProviderName": true,
"records": [
{
"type": "CNAME",
"host": "%cnameHost1%",
"pointsTo": "%cnamePointsto1%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%cnameHost2%",
"pointsTo": "%cnamePointsto2%",
"ttl": 3600
}
]
}

0 comments on commit 27f37ba

Please sign in to comment.