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

Commit

Permalink
Create itsplaying.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ocoke authored Dec 20, 2023
1 parent 655e502 commit 1bffa32
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions domains/proj.sbs/itsplaying.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
export default {
owner: {
// your github username
user: "ocoke",
// your github email
email: "[email protected]",
},
records: [
{
// type, accept CNAME, A, AAAA
type: "CNAME",
record: "cname.vercel-dns.com.",
// using Cloudflare CDN
proxied: false,
// TTL, (s), must be between 60 and 86400,
ttl: 60,
}
]
}

0 comments on commit 1bffa32

Please sign in to comment.