forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
squarespace.com.website.json
49 lines (49 loc) · 1.33 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
48
49
{
"providerId":"squarespace.com",
"providerName":"Squarespace",
"serviceId":"website",
"serviceName":"Squarespace Site",
"version": 3,
"logoUrl":"https://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",
"syncRedirectDomain":"oauth.squarespace.com,oauth.stage.sqsp.net,oauth.qa1.sqsp.net,oauth.qa2.sqsp.net,oauth.qa10.sqsp.net,oauth.qa11.sqsp.net,oauth.qa15.sqsp.net,oauth.dev.squarespace.net",
"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":"198.49.23.144",
"ttl":3600
},
{
"type":"A",
"host":"@",
"pointsTo":"198.49.23.145",
"ttl":3600
}
]
}