-
Notifications
You must be signed in to change notification settings - Fork 203
/
canva.com.website-v2.json
62 lines (62 loc) · 1.41 KB
/
canva.com.website-v2.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
51
52
53
54
55
56
57
58
59
60
61
62
{
"providerId":"canva.com",
"providerName":"Canva",
"serviceId":"website-v2",
"serviceName":"Canva Websites",
"syncPubKeyDomain":"domainconnect.canva.com",
"version":1,
"logoUrl":"https://static.canva.com/static/images/canva_logo.svg",
"description":"Integrates a domain with Canva",
"variableDescription":"",
"records":[
{
"groupId":"hostingA",
"type":"A",
"host":"@",
"pointsTo":"%ipv4%",
"ttl":3600
},
{
"groupId":"hostingA",
"type":"A",
"host":"www",
"pointsTo":"%ipv4%",
"ttl":3600
},
{
"groupId":"hostingAAAA",
"type":"AAAA",
"host":"@",
"pointsTo":"%ipv6%",
"ttl":3600
},
{
"groupId":"hostingAAAA",
"type":"AAAA",
"host":"www",
"pointsTo":"%ipv6%",
"ttl":3600
},
{
"groupId":"verificationTxt",
"type":"TXT",
"host":"%verify-txt-name%",
"data":"%verify-txt-value%",
"ttl":3600
},
{
"groupId":"verificationCname",
"type":"CNAME",
"host":"%verify-cname-name%",
"pointsTo":"%verify-cname-value%",
"ttl":3600
},
{
"groupId":"dcv",
"type":"CNAME",
"host":"%dcv-name%",
"pointsTo":"%dcv-value%",
"ttl":3600
}
]
}