-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 713 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "high-performance-doh-proxy-worker",
"version": "2.0.0",
"description": "High-performance Cloudflare Worker for proxying DNS-over-HTTPS (DoH) requests with multi-provider support, ad-blocking capabilities, load balancing, caching, and failover",
"main": "workers.js",
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy",
"preview": "wrangler preview"
},
"keywords": [
"cloudflare",
"worker",
"dns",
"doh",
"proxy",
"dns-over-https",
"ad-blocking",
"adblock",
"privacy",
"load-balancing",
"failover",
"caching"
],
"author": "Hossein Pira",
"license": "MIT",
"devDependencies": {
"wrangler": "^4.42.2"
}
}