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

new duda updated template #264

Merged
merged 1 commit into from
Sep 7, 2022
Merged
Show file tree
Hide file tree
Changes from all 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
5 changes: 3 additions & 2 deletions goentri.com.duda-subdomains.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@
"providerName": "Entri",
"serviceId": "duda-subdomains",
"serviceName": "DudaSubdomains",
"version": 1,
"version": 2,
"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",
"sharedProviderName": true,
"variableDescription":"mappingValue is the value assigned to the domain",
"hostRequired": true,
"records": [
{
"type": "CNAME",
"host": "@",
"pointsTo": "s.multiscreensite.com",
"pointsTo": "%mappingValue%",
"ttl": 3600
}
]
Expand Down
9 changes: 5 additions & 4 deletions goentri.com.duda.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,30 @@
"providerName": "Entri",
"serviceId": "duda",
"serviceName": "Duda",
"version": 1,
"version": 2,
"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":"mappingValue is the value assigned to the domain, primaryIp is the primary Ip assigned to the customer, fallbackIp is the fallback ip assigned to the customer",
"sharedProviderName": true,
"records": [
{
"type": "CNAME",
"host": "www",
"pointsTo": "s.multiscreensite.com",
"pointsTo": "%mappingValue%",
"ttl": 3600
},
{
"type": "A",
"host": "@",
"pointsTo": "100.24.208.97",
"pointsTo": "%primaryIp%",
"ttl": 3600
},
{
"type": "A",
"host": "@",
"pointsTo": "35.172.94.1",
"pointsTo": "%fallbackIp%",
"ttl": 3600
}
]
Expand Down