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 #20 from OpAayush/patch-1
Browse files Browse the repository at this point in the history
Create spicydevs.js
  • Loading branch information
ocoke authored Jan 16, 2024
2 parents ef01515 + cfdb9a2 commit f0c2224
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions domains/proj.sbs/spicydevs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
export default {
owner: {
// your github username
user: "OpAayush",
// your github email
email: "aayushmagrawal@gmail.com",
},
records: [
// can include multiple records, if some of them conflict, may be overwritten
{
// type of DNS record
type: "CNAME",
// content of the record
record: "spicydevs.pages.dev",
// using Cloudflare CDN
proxied: true,
// TTL, (s), must be between 60 and 86400
ttl: 60,
},
]
}

0 comments on commit f0c2224

Please sign in to comment.