forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pblin.net.website-arecord.json
54 lines (54 loc) · 1.51 KB
/
pblin.net.website-arecord.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
{
"providerId": "pblin.net",
"providerName": "Public Internet",
"serviceId": "website-arecord",
"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 domain to work with Public Internet website hosting where apexrecord is not supported",
"records": [{
"type": "A",
"host": "@",
"pointsTo": "80.82.244.101",
"ttl": 86400
},
{
"type": "A",
"host": "@",
"pointsTo": "80.82.244.102",
"ttl": 86400
},
{
"type": "AAAA",
"host": "@",
"pointsTo": "2a01:248:c400::101",
"ttl": 86400
},
{
"type": "AAAA",
"host": "@",
"pointsTo": "2a01:248:c400::102",
"ttl": 86400
},
{
"type": "SPFM",
"host": "@",
"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
}
]
}