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