Full DoH recursive resolver implemented on Cloudflare Workers
Go to file
Peter Cai 4ddf8c536a trie_map: rename prefix to key in some places
* In the get method, it makes more sense to call the parameter "key",
  because we are trying to match the prefixes against it, not using it
  as a prefix.
2021-04-05 16:51:01 +08:00
.cargo set cargo's default target correctly 2021-04-04 13:32:12 +08:00
src trie_map: rename prefix to key in some places 2021-04-05 16:51:01 +08:00
.gitignore lay out skeleton for server 2021-03-26 20:05:08 +08:00
Cargo.lock implement DNS cache using KV 2021-04-04 17:10:46 +08:00
Cargo.toml implement DNS cache using KV 2021-04-04 17:10:46 +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