update neon.json to include improvmx mx records

This commit is contained in:
GoodBoyNeon
2023-06-15 17:48:55 +05:45
committed by GitHub
parent 1a5fc89be6
commit 14bf0ebc31
+3 -3
View File
@@ -9,8 +9,8 @@
},
"record": {
"MX": [
"mx1.forwardemail.net",
"mx2.forwardemail.net"
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"A": [
"185.199.108.153",
@@ -18,6 +18,6 @@
"185.199.110.153",
"185.199.111.153"
],
"TXT": "forward-email=goodboyneon03@gmail.com"
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}