[PR #335] [MERGED] use resolv-conf to parse config. #1372

Closed
opened 2026-03-16 02:02:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/335
Author: @cssivision
Created: 2/4/2018
Status: Merged
Merged: 2/5/2018
Merged by: @bluejekyll

Base: masterHead: resolveconf


📝 Commits (8)

  • aae1517 resolver: use resolv_conf to parse config files
  • ae289d4 resolver: make domain optional
  • 538ec8f resolver: improve domain detection on unix
  • 634e647 Config set domain also set search, update Cargo.lock
  • 80dbfa8 fix Cargo.toml
  • ac9150e use hostname when domain not specified in resolv.conf
  • 1ef0746 fix compile in windows
  • 55c59f8 fix compile in windows

📊 Changes

11 files changed (+283 additions, -814 deletions)

View changed files

📝 Cargo.lock (+80 -222)
📝 resolver/Cargo.toml (+1 -7)
resolver/build.rs (+0 -10)
📝 resolver/src/config.rs (+22 -11)
📝 resolver/src/lib.rs (+1 -1)
📝 resolver/src/resolver_future.rs (+8 -6)
📝 resolver/src/system_conf/mod.rs (+6 -373)
resolver/src/system_conf/resolv_conf.lalrpop (+0 -55)
resolver/src/system_conf/resolv_conf_ast.rs (+0 -128)
resolver/src/system_conf/unix.rs (+164 -0)
📝 resolver/src/system_conf/windows.rs (+1 -1)

📄 Description

No description provided


🔄 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/335 **Author:** [@cssivision](https://github.com/cssivision) **Created:** 2/4/2018 **Status:** ✅ Merged **Merged:** 2/5/2018 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `resolveconf` --- ### 📝 Commits (8) - [`aae1517`](https://github.com/hickory-dns/hickory-dns/commit/aae1517a785b7abc6101276730517d54fbb57385) resolver: use resolv_conf to parse config files - [`ae289d4`](https://github.com/hickory-dns/hickory-dns/commit/ae289d44e9d91fe4dabbb60dbaec8bfdd2b5239b) resolver: make domain optional - [`538ec8f`](https://github.com/hickory-dns/hickory-dns/commit/538ec8fc62147bd5bc0b63f622cfc92e6a3972bc) resolver: improve domain detection on unix - [`634e647`](https://github.com/hickory-dns/hickory-dns/commit/634e647cfadbd66594816e262c75e38fe8f839e1) Config set domain also set search, update Cargo.lock - [`80dbfa8`](https://github.com/hickory-dns/hickory-dns/commit/80dbfa88beef4176c2ec4a311b3d53752112cfd2) fix Cargo.toml - [`ac9150e`](https://github.com/hickory-dns/hickory-dns/commit/ac9150e0423d7de5f404cb01627b4100063ca34a) use hostname when domain not specified in `resolv.conf` - [`1ef0746`](https://github.com/hickory-dns/hickory-dns/commit/1ef07465917ba9bd2bdfda79fd0800a9f1d572f8) fix compile in windows - [`55c59f8`](https://github.com/hickory-dns/hickory-dns/commit/55c59f81ecd0b2098401f130df5ca82461cb1994) fix compile in windows ### 📊 Changes **11 files changed** (+283 additions, -814 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+80 -222) 📝 `resolver/Cargo.toml` (+1 -7) ➖ `resolver/build.rs` (+0 -10) 📝 `resolver/src/config.rs` (+22 -11) 📝 `resolver/src/lib.rs` (+1 -1) 📝 `resolver/src/resolver_future.rs` (+8 -6) 📝 `resolver/src/system_conf/mod.rs` (+6 -373) ➖ `resolver/src/system_conf/resolv_conf.lalrpop` (+0 -55) ➖ `resolver/src/system_conf/resolv_conf_ast.rs` (+0 -128) ➕ `resolver/src/system_conf/unix.rs` (+164 -0) 📝 `resolver/src/system_conf/windows.rs` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:02:57 +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#1372
No description provided.