feat(domain) : add devghost.json for domain configuration

This commit is contained in:
Kunal
2025-03-08 14:36:59 +05:30
committed by GitHub
parent bd372913a3
commit 3dd2bf3e13
+14
View File
@@ -0,0 +1,14 @@
{
"repo": "https://github.com/thecodingwizardx/register.git",
"owner": {
"username": "thecodingwizardx",
"email": "murkyaxe@gmail.com"
},
"record": {
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
]
},
"proxied": true
}