mirror of
https://github.com/NLnetLabs/domain.git
synced 2026-09-24 02:34:56 +02:00
7bcabb88bd5967cb964a0a9bea74cf74463436f4
This PR redefines the stub resolver’s Transport::Udp type to be Transport::UdpTcp, i.e., use UDP but retry with TCP if the answer is truncated and slightly reworks the server selection code in the stub resolver to use all servers if use_vc is set. This is a breaking change.
domain – A DNS library for Rust
A library for interacting with the Domain Name System. The crate contains an ever-growing set of building blocks for including DNS functionality in applications.
Currently, these blocks include:
- basic data structures and functionality for creating and parsing DNS data and messages,
- support for signing and verifying messages using the TSIG mechanism,
- experimental support for reading data from DNS master files (also known as zone files),
- experimental and as yet incomplete support for DNSSEC signing and validation,
- a simple Tokio-based stub resolver.
If you have ideas, requests, or proposals for future features, please don’t hesitate to open Github issues.
Licensing
The domain crate is distributed under the terms of the BSD-3-clause license. See the LICENSE file for details.
Languages
Rust
100%