mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-10 22:24:54 +00:00
feat(domain) : add devghost.json for domain configuration
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user