Merge pull request #21207 from AHIOS/main

added MX record for mail
This commit is contained in:
orangc
2025-03-17 15:38:22 +03:00
committed by GitHub
3 changed files with 26 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "ahios",
"email": "ahios.dev@gmail.com"
},
"record": {
"TXT": "vc-domain-verify=ios.is-a.dev,535168654c257a38deb0"
}
}
+4 -1
View File
@@ -5,6 +5,9 @@
},
"record": {
"A": ["76.76.21.21"],
"TXT": "google-site-verification=vIUwZhHqcAiiHZW2nNaE21Lb0H1_FIEBHyYs6f3b0KA"
"TXT": "google-site-verification=vIUwZhHqcAiiHZW2nNaE21Lb0H1_FIEBHyYs6f3b0KA",
"MX": [
"SMTP.GOOGLE.COM"
]
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"owner": {
"username": "ahios",
"email": "ahios.dev@gmail.com"
},
"record": {
"A": ["76.76.21.21"],
"TXT": "google-site-verification=AyQrjerFwekkOGG9oZLdBFy4TOAeVAYrHTTm5Q-NZD4",
"MX": [
"SMTP.GOOGLE.COM"
]
}
}