Skip to content

Commit 9ed79b3

Browse files
authored
Merge pull request is-a-dev#28679 from FWEEaaaa1/patch-16
update job.json to include mx records and txt records
2 parents f645d96 + f7f15d0 commit 9ed79b3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

domains/job.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"email": "gorgonfweman@outlook.com"
55
},
66
"records": {
7-
"A": ["128.204.223.115"]
7+
"A": ["128.204.223.115"],
8+
"MX": [
9+
{ "target": "mail9.serv00.com", "priority": 10 }
10+
],
11+
"TXT": "v=spf1 mx a include:mail9.serv00.com -all"
812
}
913
}

0 commit comments

Comments
 (0)