forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
squarespace.com.website.json
47 lines (47 loc) · 1.13 KB
/
squarespace.com.website.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
{
"providerId":"squarespace.com",
"providerName":"Squarespace",
"serviceId":"website",
"serviceName":"Squarespace Site",
"logoUrl":"http://domainconnect.org/wp-content/uploads/2016/04/squarespace-logo-horizontal-white-300x109.jpg",
"description":"Enables a domain to work with Squarespace",
"variableDescription":"v1 is the verification code for the site",
"records":[
{
"type":"CNAME",
"host":"%v1%",
"pointsTo":"verify.squarespace.com",
"ttl":"3600"
},
{
"type":"CNAME",
"host":"www",
"pointsTo":"ext-cust.squarespace.com",
"ttl":"3600"
},
{
"type":"A",
"host":"@",
"pointsTo":"198.185.159.144",
"ttl":"3600"
},
{
"type":"A",
"host":"@",
"pointsTo":"198.185.159.145",
"ttl":"3600"
},
{
"type":"A",
"host":"@",
"pointsTo":"148.49.23.144",
"ttl":"3600"
},
{
"type":"A",
"host":"@",
"pointsTo":"198.49.23.145",
"ttl":"3600"
}
]
}