Full DoH recursive resolver implemented on Cloudflare Workers
Go to file
Peter Cai 74b117bc9f refactor: actually parse upstream response by using AllRecordData
* UnknownRecordData does not know how to handle all record types
  properly, which resulted in occasionally corrupted responses.
* Let's change everything to AllRecordData and actually parse the record
  at our side.
* There is no simple function to convert AllRecordData to owned, so we
  need a few helper functions in the util module.
2021-04-06 11:11:42 +08:00
.cargo set cargo's default target correctly 2021-04-04 13:32:12 +08:00
src refactor: actually parse upstream response by using AllRecordData 2021-04-06 11:11:42 +08:00
.gitignore generate_blocklist: make URLs configurable 2021-04-05 20:36:14 +08:00
Cargo.lock add plain HOSTS file support 2021-04-05 20:18:23 +08:00
Cargo.toml add plain HOSTS file support 2021-04-05 20:18:23 +08:00
generate_blocklist.sh improve blocklist generation script 2021-04-05 20:50:02 +08:00
index.js initial commit 2021-03-24 16:28:03 +08:00
package-lock.json initial commit 2021-03-24 16:28:03 +08:00
package.json initial commit 2021-03-24 16:28:03 +08:00
webpack.config.js initial commit 2021-03-24 16:28:03 +08:00