Initial commit
This commit is contained in:
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
.wrangler/
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
.dev.vars
|
||||||
|
|
||||||
|
dist/
|
||||||
|
.DS_Store
|
||||||
3
wrangler.toml
Normal file
3
wrangler.toml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
name = "cf-doh-dns"
|
||||||
|
main = "worker.js"
|
||||||
|
compatibility_date = "2024-09-23"
|
||||||
Reference in New Issue
Block a user