Skip to content

Commit e5c4574

Browse files
authored
Merge pull request #34320 from heyitzamjad/main
Updated Domain records and Zoho mail records
2 parents aa5ff6f + ee6dfb3 commit e5c4574

File tree

3 files changed

+38
-32
lines changed

3 files changed

+38
-32
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"owner": {
3+
"username": "heyitzamjad",
4+
"email": "itsamjadrahman@gmail.com"
5+
},
6+
"records": {
7+
"TXT": "0a922833cd37afd2233f1b682a8466"
8+
}
9+
}

domains/amjad.json

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,31 @@
11
{
2-
"owner": {
3-
"username": "heyitzamjad",
4-
"email": "itsamjadrahman@gmail.com"
5-
},
6-
"records": {
7-
"CNAME": "heyitzamjad.github.io"
8-
}
2+
"owner": {
3+
"username": "heyitzamjad",
4+
"email": "itsamjadrahman@gmail.com"
5+
},
6+
"records": {
7+
"A": [
8+
"185.199.108.153",
9+
"185.199.109.153",
10+
"185.199.110.153",
11+
"185.199.111.153"
12+
],
13+
"MX": [
14+
{
15+
"target": "mx.zoho.in",
16+
"priority": 10
17+
},
18+
{
19+
"target": "mx2.zoho.in",
20+
"priority": 20
21+
},
22+
{
23+
"target": "mx3.zoho.in",
24+
"priority": 50
25+
}
26+
],
27+
"TXT": [
28+
"v=spf1 include:zoho.in ~all"
29+
]
30+
}
931
}

domains/mail-zoho.amjad.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)