Expand description
This crate provides a DNS server for e2etest tests. It provides an actor with handler using
tokio::sync::mpsc::Sender over enum Dns message. It provides also a trait DnsExt with
helper methods to send messages to the actor.
Enums§
- Dns
- Messages for the DNS actor.
Traits§
- DnsExt
- Extension trait for
mpsc::Sender<Dns>to provide helper methods to send messages to the DNS actor.
Functions§
- new
- Starts the DNS server on the given IP address.