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

Commit

Permalink
feat(domain): add cky.proj.sbs
Browse files Browse the repository at this point in the history
  • Loading branch information
ocoke authored Oct 21, 2023
1 parent 468ce95 commit d30565e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions domains/proj.sbs/cky.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
export default {
owner: {
// your github username
user: "ocoke",
// your github email
email: "hi@cky.im",
},
record: {
// 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 d30565e

Please sign in to comment.