├── LICENSE ├── README.md ├── _worker.js ├── img.png └── scripts ├── README.md └── test_doh.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmliu/CF-Workers-DoH/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmliu/CF-Workers-DoH/HEAD/README.md -------------------------------------------------------------------------------- /_worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmliu/CF-Workers-DoH/HEAD/_worker.js -------------------------------------------------------------------------------- /img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmliu/CF-Workers-DoH/HEAD/img.png -------------------------------------------------------------------------------- /scripts/README.md: -------------------------------------------------------------------------------- 1 | ```shell 2 | node .\scripts\test_doh.js 3 | ``` -------------------------------------------------------------------------------- /scripts/test_doh.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmliu/CF-Workers-DoH/HEAD/scripts/test_doh.js --------------------------------------------------------------------------------