pub(crate) async fn connect_to_obfs4_client(
forward_creds: ForwardingCreds,
) -> Result<Socks5Stream<TcpStream>>
Expand description
Create a SOCKS5 connection to the obfs4 client
pub(crate) async fn connect_to_obfs4_client(
forward_creds: ForwardingCreds,
) -> Result<Socks5Stream<TcpStream>>
Create a SOCKS5 connection to the obfs4 client