Merge pull request #6046 from IMZihad21/main

Added records for forward email support
This commit is contained in:
andrewstech
2023-07-04 13:41:48 +01:00
committed by GitHub
+15 -7
View File
@@ -1,9 +1,17 @@
{
"owner": {
"username": "IMZihad21",
"email": "imzihad@gmail.com"
},
"record": {
"CNAME": "ec2-52-77-224-107.ap-southeast-1.compute.amazonaws.com"
}
"owner": {
"username": "IMZihad21",
"email": "imzihad@gmail.com"
},
"record": {
"A": [
"52.77.224.107",
"185.199.108.153",
"185.199.109.153",
"185.199.110.153",
"185.199.111.153"
],
"MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
"TXT": "forward-email=imzihad@gmail.com"
}
}