hickory-dns integrated.

This commit is contained in:
Micha Glave
2026-01-08 18:27:44 +01:00
committed by Micha Glave
parent 4c86b21ca7
commit 7f15efc0cd
8 changed files with 652 additions and 162 deletions

View File

@@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
axum = { version = "0.8", features = ["macros"] }
hickory-server = "0.25"
hickory-proto = "0.25"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
@@ -13,3 +14,4 @@ maud = { version = "0.27", features = ["axum"] }
http = "1.4"
tracing = "0.1"
tower-http = { version = "0.6.8", features = ["fs", "tracing"] }
config = "0.15"