mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #1208] [MERGED] initial resolve binary #2083
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#2083
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/hickory-dns/hickory-dns/pull/1208
Author: @bluejekyll
Created: 9/17/2020
Status: ✅ Merged
Merged: 9/20/2020
Merged by: @bluejekyll
Base:
main← Head:resolve-bin📝 Commits (8)
49ff053initial resolve binary265182badd inet type restriction and allow default nameserver choicea830fe5improve error tracking in resolverd6ad87eadd logging to resolve.rsdc0be23add support for arbitrary nameservers to resolve.rs57bf6e4add Display for resolve.rs to all RData59532c4add documentation for resolve.rs7d39f04make data-encoding a required dependency for proto📊 Changes
33 files changed (+1485 additions, -142 deletions)
View changed files
📝
CHANGELOG.md(+3 -0)📝
Cargo.lock(+111 -0)📝
README.md(+23 -0)📝
crates/client/src/serialize/txt/rdata_parsers/openpgpkey.rs(+1 -1)📝
crates/client/src/serialize/txt/rdata_parsers/sshfp.rs(+2 -15)📝
crates/client/src/serialize/txt/rdata_parsers/tlsa.rs(+2 -16)📝
crates/proto/Cargo.toml(+2 -2)📝
crates/proto/src/rr/dnssec/rdata/dnskey.rs(+72 -27)📝
crates/proto/src/rr/dnssec/rdata/ds.rs(+56 -6)📝
crates/proto/src/rr/dnssec/rdata/key.rs(+89 -6)📝
crates/proto/src/rr/dnssec/rdata/mod.rs(+21 -0)📝
crates/proto/src/rr/dnssec/rdata/nsec.rs(+48 -2)📝
crates/proto/src/rr/dnssec/rdata/nsec3.rs(+77 -13)📝
crates/proto/src/rr/dnssec/rdata/nsec3param.rs(+59 -10)📝
crates/proto/src/rr/dnssec/rdata/sig.rs(+70 -9)📝
crates/proto/src/rr/rdata/caa.rs(+62 -0)📝
crates/proto/src/rr/rdata/mx.rs(+43 -0)📝
crates/proto/src/rr/rdata/naptr.rs(+35 -0)📝
crates/proto/src/rr/rdata/null.rs(+11 -0)📝
crates/proto/src/rr/rdata/openpgpkey.rs(+19 -0)...and 13 more files
📄 Description
A very ugly, but workable CLI around the trust-dns-resolver
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.