Commit 5fa1be5 authored Mar 14, 2024 · 3 / 3 · Verified
File tree 1 file changed +13
-15
lines changed
1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"domain" : " is-cool.me" ,
3
3
"subdomain" : " @" ,
4
-
5
4
"records" : {
6
5
"A" : [
7
6
" 185.199.108.153" ,
8
7
" 185.199.109.153" ,
9
8
" 185.199.110.153" ,
10
9
" 185.199.111.153"
11
10
],
12
-
13
11
"AAAA" : [
14
12
" 2606:50c0:8000::153" ,
15
13
" 2606:50c0:8001::153" ,
16
14
" 2606:50c0:8002::153" ,
17
15
" 2606:50c0:8003::153"
18
16
],
19
-
20
17
"MX" : [
21
- {
22
- "priority" : 10 ,
23
- "value" : " mx1.improvmx.com"
24
- },
25
-
26
- {
27
- "priority" : 20 ,
28
- "value" : " mx2.improvmx.com"
29
- }
30
- ],
31
-
18
+ {
19
+ "priority" : 10 ,
20
+ "value" : " mx1.improvmx.com"
21
+ },
22
+ {
23
+ "priority" : 20 ,
24
+ "value" : " mx2.improvmx.com"
25
+ }
26
+ ],
32
27
"TXT" : [
33
28
{
34
29
"name" : " @" ,
35
30
"value" : " v=spf1 include:spf.improvmx.com ~all"
31
+ },
32
+ {
33
+ "name" : " _vercel" ,
34
+ "value" : " vc-domain-verify=api.is-cool.me,68b7260509b775f4dc03"
36
35
}
37
36
]
38
37
},
39
-
40
38
"proxied" : false
41
39
}
You can’t perform that action at this time.
0 commit comments