Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create goentri.com.showit.json #450

Merged
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 86 additions & 0 deletions goentri.com.showit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "showit",
"serviceName": "Showit",
"version": 1,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up dkim record using Entri",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com",
"variableDescription": "cnamePointsTo is the URL to where the www CNAME is pointed, ipAdress is the IP required for the A record, and host is the host name ",
"sharedProviderName": true,
"hostRequired": false,
"records": [
{
"type": "A",
"host": "@",
"groupId": "a1",
"pointsTo": "%ipAdress%",
"ttl": 3600
},
{
"type": "A",
"host": "%host%",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

%host% is a reserved name, so using it will create a subdomain %host%.%host%. I guess this is not the intention.

"groupId": "a1",
"pointsTo": "%ipAdress%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "www",
"groupId": "a1",
"pointsTo": "@",
"ttl": 3600
},
{
"type": "A",
"host": "@",
"groupId": "a2",
"pointsTo": "%ipAdress%",
"ttl": 3600
},
{
"type": "A",
"host": "www",
"groupId": "a2",
"pointsTo": "%ipAdress%",
"ttl": 3600
},
{
"type": "A",
"host": "%aRecordhost%",
"groupId": "a2",
"pointsTo": "%ipAdress2%",
"ttl": 3600
},
{
"type": "A",
"host": "@",
"groupId": "a3",
"pointsTo": "%ipAdress%",
"ttl": 3600
},
{
"type": "A",
"host": "@",
"groupId": "a3",
"pointsTo": "%ipAdress2%",
"ttl": 3600
},
{
"type": "A",
"host": "%host%",
"groupId": "a3",
"pointsTo": "%ipAdress3%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "www",
"groupId": "a3",
"pointsTo": "%cnamePointsTo%",
"ttl": 3600
}
]
}