forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoentri.com.podup.json
50 lines (50 loc) · 1.17 KB
/
goentri.com.podup.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "podup",
"serviceName": "Podup",
"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",
"variableDescription": "ipAdress is the IP to where the domain is pointed, Cnamehost is the host of the CNAME and Cnamevalue is the value to the CNAME",
"sharedProviderName": true,
"hostRequired": false,
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "%ipAdress%",
"groupId": "a1",
"ttl": 3600
},
{
"type": "A",
"host": "@",
"pointsTo": "%ipAdress2%",
"groupId": "a1",
"ttl": 3600
},
{
"type": "REDIR301",
"target": "%target%",
"groupId": "a2",
"host": "@"
},
{
"type": "A",
"host": "www",
"pointsTo": "%ipAdress%",
"groupId": "a3",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%Cnamehost%",
"pointsTo": "%Cnamevalue%",
"groupId": "a4",
"ttl": 3600
}
]
}