Skip to content

Commit

Permalink
Merge pull request #954 from NordSecurity/revert-871-LLT-5688-dns-logs
Browse files Browse the repository at this point in the history
Revert "Temporary logs in the dns library to track down nat-lab failure"
  • Loading branch information
tomaszklak authored Nov 21, 2024
2 parents 5b33aea + 3688335 commit 2916b3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Empty file.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/telio-dns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false

[dependencies]
rand = { default-features = false, version = "0.8" }
hickory-server = { git = "https://github.com/NordSecurity/trust-dns.git", rev = "8489dfa83f5cba0a6a77b3306560a00fd5421df7", features = ["hickory-resolver"], default-features = false }
hickory-server = { git = "https://github.com/NordSecurity/trust-dns.git", tag = "v3.0.0", features = ["hickory-resolver"], default-features = false }
async-trait.workspace = true
base64.workspace = true
boringtun.workspace = true
Expand Down

0 comments on commit 2916b3c

Please sign in to comment.