Add MX and TXT records for my email forwarding.

This commit is contained in:
ohdy518
2024-08-09 12:46:24 +09:00
parent 3494e745a9
commit 7464b7cb33
+6 -1
View File
@@ -4,6 +4,11 @@
"email": "ohdy518@gmail.com"
},
"record": {
"CNAME": "ohdy518.pages.dev"
"CNAME": "ohdy518.pages.dev",
"MX": [
"mx1.forwardemail.net",
"mx2.forwardemail.net"
],
"TXT": "forward-email=ohdy518@gmail.com"
}
}