Function flv_tls_proxy::start_with_authenticator
source · pub async fn start_with_authenticator(
addr: &str,
acceptor: TlsAcceptor,
target: String,
authenticator: Box<dyn Authenticator>
) -> Result<(), IoError>Expand description
start TLS proxy with authenticator at addr to target