Skip to content

Commit

Permalink
Merge pull request Domain-Connect#261 from leopinzon/unbounce-entri-t…
Browse files Browse the repository at this point in the history
…emplate-creation

Entri-Unbounce template created
  • Loading branch information
lpanatau-ionos authored Sep 5, 2022
2 parents dba609d + 2edeac3 commit 16f1018
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions goentri.com.unbounce.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "unbounce",
"serviceName": "Unbounce",
"version": 1,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up domain using Entri",
"variableDescription":"HOST is the subdomain for the domain.",
"hostRequired": true,
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com",
"sharedProviderName": true,
"records":[
{
"type": "CNAME",
"host": "@",
"pointsTo": "unbouncepages.com",
"ttl": 600
}
]
}

0 comments on commit 16f1018

Please sign in to comment.