Skip to content

Commit 5fa1be5

Browse files
authoredMar 14, 2024··
Merge pull request #65 from is-cool-me/LightHostingFree-patch-1
Update is-cool.me.json
2 parents 20f01f0 + a7f4b52 commit 5fa1be5

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed
 

‎domains/reserved/is-cool.me.json

+13-15
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,39 @@
11
{
22
"domain": "is-cool.me",
33
"subdomain": "@",
4-
54
"records": {
65
"A": [
76
"185.199.108.153",
87
"185.199.109.153",
98
"185.199.110.153",
109
"185.199.111.153"
1110
],
12-
1311
"AAAA": [
1412
"2606:50c0:8000::153",
1513
"2606:50c0:8001::153",
1614
"2606:50c0:8002::153",
1715
"2606:50c0:8003::153"
1816
],
19-
2017
"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+
],
3227
"TXT": [
3328
{
3429
"name": "@",
3530
"value": "v=spf1 include:spf.improvmx.com ~all"
31+
},
32+
{
33+
"name": "_vercel",
34+
"value": "vc-domain-verify=api.is-cool.me,68b7260509b775f4dc03"
3635
}
3736
]
3837
},
39-
4038
"proxied": false
4139
}

0 commit comments

Comments
 (0)
Please sign in to comment.