forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pblin.net.website-cname.json
37 lines (37 loc) · 1.1 KB
/
pblin.net.website-cname.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
{
"providerId": "pblin.net",
"providerName": "Public Internet",
"serviceId": "website-cname",
"serviceName": "Public Internet Website Hosting",
"version": 1,
"syncPubKeyDomain": "pblin.net",
"syncRedirectDomain": "public-internet.co.uk,pblin.net",
"logoUrl": "https://www.public-internet.co.uk/images/site-logo-2020.svg",
"description": "Enables a hostname to work with Public Internet website hosting",
"hostRequired": true,
"records": [{
"type": "CNAME",
"host": "@",
"pointsTo": "virt02.web.pblin.net",
"ttl": 86400
},
{
"type": "SPFM",
"host": "%domain%",
"spfRules": "include:_spf.pblin.net",
"ttl": 86400
},
{
"type": "CNAME",
"host": "pblin1._domainkey",
"pointsTo": "pblin1.dkim.mail.pblin.net",
"ttl": 86400
},
{
"type": "CNAME",
"host": "pblin2._domainkey",
"pointsTo": "pblin2.dkim.mail.pblin.net",
"ttl": 86400
}
]
}