forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.me.website_and_email.json
45 lines (44 loc) · 1012 Bytes
/
about.me.website_and_email.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
{
"providerId":"about.me",
"providerName":"About Me",
"serviceId":"website_and_email",
"serviceName":"Website and Mail",
"version": 2,
"logoUrl":"https://domainconnect.org/wp-content/uploads/2017/06/about.me_-300x53.png",
"description":"Enables mail for about me domain.",
"variableDescription":"",
"records":[
{
"type":"MX",
"host":"@",
"pointsTo":"ASPMX.L.GOOGLE.COM",
"priority":1,
"ttl":3600
},
{
"type":"MX",
"host":"@",
"pointsTo":"ALT1.ASPMX.L.GOOGLE.COM",
"priority":5,
"ttl":3600
},
{
"type":"TXT",
"host":"@",
"data":"v=spf1 include:_spf.google.com ~all",
"ttl":3600
},
{
"type":"A",
"host":"@",
"pointsTo":"52.2.64.1",
"ttl":3600
},
{
"type":"CNAME",
"host":"www",
"pointsTo":"@",
"ttl":3600
}
]
}