mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #280] [MERGED] Add custom DNS resolver for *.localhost #203
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/280
Author: @gschier
Created: 10/24/2025
Status: ✅ Merged
Merged: 10/24/2025
Merged by: @gschier
Base:
main← Head:custom-dns-resolver📝 Commits (1)
a74683bAdd custom DNS resolver📊 Changes
5 files changed (+65 additions, -4 deletions)
View changed files
📝
src-tauri/Cargo.lock(+6 -4)📝
src-tauri/Cargo.toml(+2 -0)➕
src-tauri/src/dns.rs(+54 -0)📝
src-tauri/src/http_request.rs(+2 -0)📝
src-tauri/src/lib.rs(+1 -0)📄 Description
Some DNS providers do not resolve
*.localhostdomains, so this PR adds a custom DNS resolver that handles that, and falls back to the defaulthyperGaiResolverhttps://x.com/__2024__2025/status/1981176365497143368
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.