Added records for forward email support

This commit is contained in:
ZèD
2023-07-02 13:50:04 +06:00
committed by GitHub
parent 9e63f3ef23
commit d3490b4cee
+11 -9
View File
@@ -1,11 +1,13 @@
{
"owner": {
"username": "IMZihad21",
"email": "imzihad@gmail.com"
},
"record": {
"CNAME": "ec2-52-77-224-107.ap-southeast-1.compute.amazonaws.com",
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
"owner": {
"username": "IMZihad21",
"email": "imzihad@gmail.com"
},
"record": {
"A": [
"52.77.224.107"
],
"MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
"TXT": "forward-email=imzihad@gmail.com"
}
}