👎Deprecated: moved to trust_dns_proto::rustls
Expand description
Deprecated and removed as of 0.21.0, see the dns-over-rustls feature in trust-dns-proto
Modules§
- DNS over TLS client implementation for Rustls
- DNS over TLS server implementation for Rustls
- DNS over TLS I/O stream implementation for Rustls
Functions§
- Creates a new TlsStream to the specified name_server
- Creates a new TlsStream to the specified name_server connecting from a specific address.
- Creates a new TlsStream to the specified name_server
- Creates a new TlsStream to the specified name_server connecting from a specific address.
- Initializes a TlsStream with an existing tokio_tls::TlsStream.
Type Aliases§
- Type of TlsClientStream used with Rustls
- Predefined type for abstracting the base I/O TlsStream with TokioTls