[PR #172] [MERGED] Get the system configuration on windows #1283

Closed
opened 2026-03-16 01:58:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/172
Author: @liranringel
Created: 8/5/2017
Status: Merged
Merged: 9/22/2017
Merged by: @bluejekyll

Base: masterHead: windows-dns-config


📝 Commits (1)

  • 48d7399 Get the system configuration on windows

📊 Changes

9 files changed (+332 additions, -14 deletions)

View changed files

📝 Cargo.lock (+248 -0)
📝 client/src/client/secure_client_handle.rs (+1 -0)
📝 resolver/Cargo.toml (+3 -0)
📝 resolver/src/lib.rs (+2 -0)
📝 resolver/src/lookup_state.rs (+1 -0)
📝 resolver/src/resolver.rs (+3 -3)
📝 resolver/src/resolver_future.rs (+3 -3)
📝 resolver/src/system_conf/mod.rs (+5 -8)
resolver/src/system_conf/windows.rs (+66 -0)

📄 Description

Currently it gets only the basic configuration (domain, search list, ipv4 name servers).

Solves #171


🔄 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/hickory-dns/hickory-dns/pull/172 **Author:** [@liranringel](https://github.com/liranringel) **Created:** 8/5/2017 **Status:** ✅ Merged **Merged:** 9/22/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `windows-dns-config` --- ### 📝 Commits (1) - [`48d7399`](https://github.com/hickory-dns/hickory-dns/commit/48d739971a8370e45bef9e1eaaadcbd5e84677d1) Get the system configuration on windows ### 📊 Changes **9 files changed** (+332 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+248 -0) 📝 `client/src/client/secure_client_handle.rs` (+1 -0) 📝 `resolver/Cargo.toml` (+3 -0) 📝 `resolver/src/lib.rs` (+2 -0) 📝 `resolver/src/lookup_state.rs` (+1 -0) 📝 `resolver/src/resolver.rs` (+3 -3) 📝 `resolver/src/resolver_future.rs` (+3 -3) 📝 `resolver/src/system_conf/mod.rs` (+5 -8) ➕ `resolver/src/system_conf/windows.rs` (+66 -0) </details> ### 📄 Description Currently it gets only the basic configuration (domain, search list, ipv4 name servers). Solves #171 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 01:58:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#1283
No description provided.