[PR #280] [MERGED] Add custom DNS resolver for *.localhost #203

Closed
opened 2025-12-29 07:19:51 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: custom-dns-resolver


📝 Commits (1)

📊 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 *.localhost domains, so this PR adds a custom DNS resolver that handles that, and falls back to the default hyper GaiResolver

https://x.com/__2024__2025/status/1981176365497143368


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mountain-loop/yaak/pull/280 **Author:** [@gschier](https://github.com/gschier) **Created:** 10/24/2025 **Status:** ✅ Merged **Merged:** 10/24/2025 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `custom-dns-resolver` --- ### 📝 Commits (1) - [`a74683b`](https://github.com/mountain-loop/yaak/commit/a74683b76032ebffad546186bf27e3e102a776cb) Add custom DNS resolver ### 📊 Changes **5 files changed** (+65 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Some DNS providers do not resolve `*.localhost` domains, so this PR adds a custom DNS resolver that handles that, and falls back to the default `hyper` `GaiResolver` https://x.com/__2024__2025/status/1981176365497143368 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 07:19:51 +01:00
adam closed this issue 2025-12-29 07:19:51 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#203