Available on crate feature
dns-over-rustls
only.Expand description
DNS over TLS client 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_
client_ connect_ with_ future - Creates a new TlsStream to the specified name_server connecting from a specific address.
Type Aliases§
- TlsClient
Stream - Type of TlsClientStream used with Rustls