Merge pull request #14082 from Seendator/main

Register and Update seen.json
This commit is contained in:
CuteDog5695
2024-05-23 17:50:55 +03:00
committed by GitHub
2 changed files with 26 additions and 15 deletions
+16 -15
View File
@@ -1,16 +1,17 @@
{
"owner": {
"username": "Seendator",
"email": "seendator@outlook.com",
"discord": "852477599476482048"
},
"record": {
"URL": "https://github.com/Seendator",
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
"owner": {
"username": "Seendator",
"email": "seendator@outlook.com",
"discord": "852477599476482048"
},
"record": {
"URL": "https://github.com/Seendator",
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": [
"v=spf1 include:spf.improvmx.com include:_spf.elasticemail.com ~all"
]
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "Seendator",
"email": "seendator@outlook.com",
"discord": "852477599476482048"
},
"record": {
"CNAME": "api.elasticemail.com"
}
}