Add custom DNS resolver for *.localhost (#280)

This commit is contained in:
Gregory Schier
2025-10-24 08:01:12 -07:00
committed by GitHub
parent 9439cfa2ba
commit 43437abae7
5 changed files with 65 additions and 4 deletions

View File

@@ -68,6 +68,8 @@ tauri-plugin-shell = { workspace = true }
tauri-plugin-single-instance = { version = "2.3.4", features = ["deep-link"] }
tauri-plugin-updater = "2.9.0"
tauri-plugin-window-state = "2.4.0"
hyper-util = { version = "0.1.17", default-features = false, features = ["client-legacy"] }
tower-service = "0.3.3"
thiserror = { workspace = true }
tokio = { workspace = true, features = ["sync"] }
tokio-stream = "0.1.17"