Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #40 from melonmasteristaken/patch-2
Browse files Browse the repository at this point in the history
Create botanybase.js
  • Loading branch information
ocoke authored Jul 3, 2024
2 parents 3ea7ea9 + 1afa27c commit 809880c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions domains/proj.sbs/botanybase.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
// change the file to [sub].js
// e.g. `foo.js`
export default {
owner: {
// your github username
user: "melonmasteristaken",
// your github email
email: "[email protected]",
},
records: [
// can include multiple records, if some of them conflict, may be overwritten
{
// type of DNS record
type: "CNAME",
// content of the record
record: "botanybase.github.io.",
// using Cloudflare CDN
proxied: true,
// TTL, (s), must be between 60 and 86400
ttl: 60,
}
]
}

0 comments on commit 809880c

Please sign in to comment.