Skip to content

Commit

Permalink
add hardcoded rate-limit and fix response code
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
Sinderella committed Aug 7, 2022
1 parent 195f635 commit 7ab4790
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 5 deletions.
233 changes: 230 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
[package]
name = "dns-rebinder"
authors = ["sinderella"]
version = "0.2.1"
version = "0.2.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "3.2.16", features = ["derive"] }
env_logger = "0.9.0"
governor = "0.4.2"
hex = "0.4.3"
log = "0.4.17"
nonzero_ext = "0.3.0"
rand = "0.8.5"
tokio = { version = "1", features = ["full"] }
trust-dns-proto = "0.21.2"
Loading

0 comments on commit 7ab4790

Please sign in to comment.