👎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§
- tls_
client_ stream - DNS over TLS client implementation for Rustls
- tls_
server - DNS over TLS server implementation for Rustls
- tls_
stream - DNS over TLS I/O stream implementation for Rustls
Functions§
- tls_
client_ connect - Creates a new TlsStream to the specified name_server
- tls_
client_ connect_ with_ bind_ addr - Creates a new TlsStream to the specified name_server connecting from a specific address.
- tls_
connect - Creates a new TlsStream to the specified name_server
- tls_
connect_ with_ bind_ addr - Creates a new TlsStream to the specified name_server connecting from a specific address.
- tls_
from_ stream - Initializes a TlsStream with an existing tokio_tls::TlsStream.
Type Aliases§
- TlsClient
Stream - Type of TlsClientStream used with Rustls
- TlsStream
- Predefined type for abstracting the base I/O TlsStream with TokioTls