start_with_authenticator

Function start_with_authenticator 

Source
pub async fn start_with_authenticator(
    addr: &str,
    acceptor: TlsAcceptor,
    target: String,
    authenticator: Box<dyn Authenticator>,
) -> Result<(), Error>
Expand description

start TLS proxy with authenticator at addr to target