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

@@ -60,6 +60,7 @@ mod updates;
mod uri_scheme;
mod window;
mod window_menu;
mod dns;
#[derive(serde::Serialize)]
#[serde(default, rename_all = "camelCase")]