forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbundly.innolope.com.bundle.json
More file actions
47 lines (47 loc) · 1.23 KB
/
Copy pathbundly.innolope.com.bundle.json
File metadata and controls
47 lines (47 loc) · 1.23 KB
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
{
"providerId": "bundly.innolope.com",
"providerName": "Bundly",
"serviceId": "bundle",
"serviceName": "Bundly Bundle",
"version": 1,
"logoUrl": "https://bundly.innolope.com/icon.svg",
"description": "Connects a customer domain to a Bundly bundle by adding ownership verification and service host records.",
"variableDescription": "%serverIp%: Bundly VM IPv4 address; %verificationToken%: Bundly domain ownership verification token",
"syncPubKeyDomain": "domainconnect-keys.bundly.innolope.com",
"syncRedirectDomain": "bundly.innolope.com",
"syncBlock": false,
"records": [
{
"type": "TXT",
"host": "_bundly-verify",
"ttl": 600,
"data": "bundly-verification=%verificationToken%",
"txtConflictMatchingMode": "Prefix",
"txtConflictMatchingPrefix": "bundly-verification="
},
{
"type": "A",
"host": "sign",
"pointsTo": "%serverIp%",
"ttl": 600
},
{
"type": "A",
"host": "book",
"pointsTo": "%serverIp%",
"ttl": 600
},
{
"type": "A",
"host": "meet",
"pointsTo": "%serverIp%",
"ttl": 600
},
{
"type": "A",
"host": "admin",
"pointsTo": "%serverIp%",
"ttl": 600
}
]
}