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 #33 from takbarg76/patch-1
Browse files Browse the repository at this point in the history
Create khorm.js
  • Loading branch information
ocoke authored May 7, 2024
2 parents 8d2bca6 + 7ff5158 commit e1598cc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions domains/proj.sbs/khorm.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
export default {
owner: {
user: "takbarg76",
email: "[email protected]",
},
records: [
{
type: "CNAME",
record: "s1.khorm.click.",
proxied: true,
ttl: 60,
},
]
}

0 comments on commit e1598cc

Please sign in to comment.