-
Notifications
You must be signed in to change notification settings - Fork 209
/
Copy pathzenfolio.customdomain.json
42 lines (42 loc) · 1.17 KB
/
zenfolio.customdomain.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
{
"providerId": "Zenfolio",
"providerName": "Zenfolio Custom Domain Web Hosting",
"serviceId": "CustomDomain",
"serviceName": "Zenfolio Custom Domain Web Hosting",
"syncPubKeyDomain": "zenfolio.com",
"version": 2022102001,
"logoUrl": "https://zenfolio.com/resources/zenfolio-logo.gif",
"description": "This template is used for photographers to set up their custom domain to work with Zenfolio for web-hosting (only)",
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "199.181.197.11",
"ttl": "3600"
},
{
"type": "A",
"host": "@",
"pointsTo": "199.181.197.12",
"ttl": "3600"
},
{
"type": "AAAA",
"host": "@",
"pointsTo": "2620:78:200f::cf:11",
"ttl": "3600"
},
{
"type": "AAAA",
"host": "@",
"pointsTo": "2620:78:200f::cf:12",
"ttl": "3600"
},
{
"type": "CNAME",
"host": "www",
"pointsTo": "custom.zenfoliosite.com",
"ttl": "3600"
}
]
}