forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aweber.com.email-web.json
76 lines (76 loc) · 2.04 KB
/
aweber.com.email-web.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"providerId":"aweber.com",
"providerName":"AWeber",
"serviceId":"email-web",
"serviceName":"Email Authentication and Landing Pages",
"version": 3,
"syncRedirectDomain": "aweber.com, optin.com",
"syncPubKeyDomain": "optin.com",
"logoUrl":"https://assets.aweber-static.com/page-templates/assets/img/powered_by.png",
"description":"Configure AWeber's DKIM records to improve sender reputation and deliverability. Connect AWeber landing pages to your domain",
"records":[
{
"groupId": "email-aweber",
"type": "CNAME",
"host":"aweber_key_a._domainkey",
"pointsTo": "aweber_key_a.send.aweber.com.",
"ttl": 3600
},
{
"groupId": "email-aweber",
"type": "CNAME",
"host": "aweber_key_b._domainkey",
"pointsTo": "aweber_key_b.send.aweber.com.",
"ttl": 3600
},
{
"groupId": "email-aweber",
"type": "CNAME",
"host": "aweber_key_c._domainkey",
"pointsTo": "aweber_key_c.send.aweber.com.",
"ttl": 3600
},
{
"groupId": "email-optin",
"type": "CNAME",
"host":"k1._domainkey",
"pointsTo": "k1.optin.com.",
"ttl": 3600
},
{
"groupId": "email-optin",
"type": "CNAME",
"host": "k2._domainkey",
"pointsTo": "k2.optin.com.",
"ttl": 3600
},
{
"groupId": "email-optin",
"type": "CNAME",
"host": "k3._domainkey",
"pointsTo": "k3.optin.com.",
"ttl": 3600
},
{
"groupId": "email-dmarc",
"type": "TXT",
"host": "_dmarc",
"data": "%dmarc%",
"ttl": 3600
},
{
"groupId": "web",
"type": "A",
"host": "@",
"pointsTo": "204.194.222.116",
"ttl": 3600
},
{
"groupId": "web",
"type": "CNAME",
"host": "www",
"pointsTo": "hosted-content.aweber.com.",
"ttl": 3600
}
]
}