[PR #161] [MERGED] Resolve ipv6 #1271

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/161
Author: @bluejekyll
Created: 7/4/2017
Status: Merged
Merged: 7/7/2017
Merged by: @bluejekyll

Base: masterHead: resolve_ipv6


📝 Commits (10+)

  • 03e0038 add ResolverFuture example
  • 73fc8ee make the docs clearer
  • 9ed791c ignore bad example doc
  • 5b84f39 add the ipv4andipv6 strategy
  • 32ebfe0 remove a couple unnecessary Boxen
  • 94f8da2 cleanup some comments
  • ae95378 tests for all strategies
  • a677e77 add some negative tests for the lookup ip strategies
  • 5d92673 validate ipv6 lookup
  • ead368f add resolver coverage

📊 Changes

6 files changed (+508 additions, -62 deletions)

View changed files

📝 resolver/src/config.rs (+25 -0)
📝 resolver/src/lib.rs (+82 -4)
📝 resolver/src/lookup_ip.rs (+335 -26)
📝 resolver/src/resolver.rs (+32 -11)
📝 resolver/src/resolver_future.rs (+33 -20)
📝 scripts/run_kcov.sh (+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/161 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 7/4/2017 **Status:** ✅ Merged **Merged:** 7/7/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `resolve_ipv6` --- ### 📝 Commits (10+) - [`03e0038`](https://github.com/hickory-dns/hickory-dns/commit/03e0038eaa799414c23e84146b2ba546a2435032) add ResolverFuture example - [`73fc8ee`](https://github.com/hickory-dns/hickory-dns/commit/73fc8eeb8184706ae305cbda4896bf4846bcb973) make the docs clearer - [`9ed791c`](https://github.com/hickory-dns/hickory-dns/commit/9ed791c7df8dfcf1da4c23ff14ffb906ab97427c) ignore bad example doc - [`5b84f39`](https://github.com/hickory-dns/hickory-dns/commit/5b84f3924ca46370ca3515bdc532e81787ccce42) add the ipv4andipv6 strategy - [`32ebfe0`](https://github.com/hickory-dns/hickory-dns/commit/32ebfe0da1f3edbc1c6e6fef9865c4986db5c9e3) remove a couple unnecessary Boxen - [`94f8da2`](https://github.com/hickory-dns/hickory-dns/commit/94f8da2861fcc50166853b80a44ca2280597f8a3) cleanup some comments - [`ae95378`](https://github.com/hickory-dns/hickory-dns/commit/ae953788db5565d5954792cdbdfb0b2da6192298) tests for all strategies - [`a677e77`](https://github.com/hickory-dns/hickory-dns/commit/a677e77a8fe1e1286b3b005c330396d654d974b2) add some negative tests for the lookup ip strategies - [`5d92673`](https://github.com/hickory-dns/hickory-dns/commit/5d92673b7cc1cb08321e7412fe19256b1387a383) validate ipv6 lookup - [`ead368f`](https://github.com/hickory-dns/hickory-dns/commit/ead368f3abd8ba8ac879e0c10d68029a5e928352) add resolver coverage ### 📊 Changes **6 files changed** (+508 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `resolver/src/config.rs` (+25 -0) 📝 `resolver/src/lib.rs` (+82 -4) 📝 `resolver/src/lookup_ip.rs` (+335 -26) 📝 `resolver/src/resolver.rs` (+32 -11) 📝 `resolver/src/resolver_future.rs` (+33 -20) 📝 `scripts/run_kcov.sh` (+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 01:57:32 +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#1271
No description provided.