Initial commit

This commit is contained in:
2026-03-11 20:04:42 +08:00
commit f5a765a30d
3 changed files with 1790 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
.wrangler/
node_modules/
.env
.env.*
.dev.vars
dist/
.DS_Store

1778
worker.js Normal file

File diff suppressed because it is too large Load Diff

3
wrangler.toml Normal file
View File

@@ -0,0 +1,3 @@
name = "cf-doh-dns"
main = "worker.js"
compatibility_date = "2024-09-23"