pub async fn cmd_connect( stream: &mut TcpStream, target_addr: impl ToTargetAddr, ) -> Result<(), Box<dyn Error>>
Send CONNECT command to a SOCKS server
CONNECT