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
pub async fn start_with_authenticator(
addr: &str,
acceptor: TlsAcceptor,
target: String,
authenticator: Box<dyn Authenticator>,
) -> Result<(), Error>start TLS proxy with authenticator at addr to target