Skip to content

Commit

Permalink
Update domain records (#230)
Browse files Browse the repository at this point in the history
* Create daya.is-an.app.js

Subdomain for Daya Discord bot web page, docs, and soon its cdn.

* Update daya.is-an.app.js
  • Loading branch information
SrEvelio committed Apr 19, 2023
1 parent 4d8272f commit cc2f0e0
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions domains/daya.is-an.app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,30 @@ addSubDomain({
email: 'alphaevelio@gmail.com',
},
record: {
NS: ['ns1.afraid.org', 'ns2.afraid.org', 'ns3.afraid.org', 'ns4.afraid.org'],
CNAME: "daya-web.onrender.com",
},
proxy: false
proxy: false,
nested: [
{
subdomain: "cdn",
record: {
A: ["76.223.55.44"]
},
proxy: false
},
{
subdomain: "docs",
record: {
CNAME: "74f89ed3f2-hosting.gitbook.io"
},
proxy: false
},
{
subdomain: "_deta",
record: {
TXT: ["deta-verification=FyNGhQWyjbuGPU9W5Hix9bppVQAJgGAe"]
},
proxy: false
}
]
})

0 comments on commit cc2f0e0

Please sign in to comment.