forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
goentri.com.duda.json
33 lines (33 loc) · 991 Bytes
/
goentri.com.duda.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "duda",
"serviceName": "Duda",
"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": "%mappingValue%",
"ttl": 3600
},
{
"type": "A",
"host": "@",
"pointsTo": "%primaryIp%",
"ttl": 3600
},
{
"type": "A",
"host": "@",
"pointsTo": "%fallbackIp%",
"ttl": 3600
}
]
}