-
Notifications
You must be signed in to change notification settings - Fork 203
/
chime.me.website.json
85 lines (85 loc) · 2.08 KB
/
chime.me.website.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
77
78
79
80
81
82
83
84
85
{
"providerId": "chime.me",
"providerName": "Lofty",
"serviceId": "website",
"serviceName": "Lofty Real Estate Site",
"version": 3,
"logoUrl": "https://static.chimeroi.com/servicetool-temp/2023910/17/crm/lofty-Logo.svg",
"description": "Lofty customers can use their own domain name or subdomain to access their website built on lofty",
"syncRedirectDomain": "lofty.com",
"records": [
{
"type": "A",
"groupId": "website",
"host": "@",
"pointsTo": "52.52.24.52",
"ttl": 3600
},
{
"type": "A",
"groupId": "website",
"host": "@",
"pointsTo": "52.9.101.47",
"ttl": 3600
},
{
"type": "CNAME",
"groupId": "email",
"host": "rkm6vewmvsxmiamzzwjmudzzv3na6wfy._domainkey",
"pointsTo": "rkm6vewmvsxmiamzzwjmudzzv3na6wfy.dkim.amazonses.com",
"ttl": 3600
},
{
"type": "CNAME",
"groupId": "email",
"host": "zsb4wstt72sog45rybxq4pze3dxk7b34._domainkey",
"pointsTo": "zsb4wstt72sog45rybxq4pze3dxk7b34.dkim.amazonses.com",
"ttl": 3600
},
{
"type": "CNAME",
"groupId": "email",
"host": "cmqy7iaagy7f4r2dt22inmpmfgikyju2._domainkey",
"pointsTo": "cmqy7iaagy7f4r2dt22inmpmfgikyju2.dkim.amazonses.com",
"ttl": 3600
},
{
"type": "MX",
"groupId": "email",
"host": "mail",
"pointsTo": "feedback-smtp.us-west-2.amazonses.com",
"ttl": 3600,
"priority": 10
},
{
"type": "MX",
"groupId": "email",
"host": "@",
"pointsTo": "inbound-smtp.us-west-2.amazonaws.com",
"ttl": 3600,
"priority": 10
},
{
"type": "TXT",
"groupId": "email",
"host": "_dmarc",
"ttl": 3600,
"data": "v=DMARC1; p=none",
"txtConflictMatchingMode": "All"
},
{
"type": "SPFM",
"groupId": "email",
"host": "@",
"ttl": 3600,
"spfRules": "include:amazonses.com"
},
{
"type": "SPFM",
"groupId": "email",
"host": "mail",
"ttl": 3600,
"spfRules": "include:amazonses.com"
}
]
}