Hi there I'm trying to add obfsclient binary to my android app. I exported following env
export TOR_PT_STATE_LOCATION="" export TOR_PT_MANAGED_TRANSPORT_VER="1" export TOR_PT_CLIENT_TRANSPORTS="obfs2" when I run ./obfsclient VERSION 1 CMETHOD obfs2 socks5 127.0.0.1:51924 CMETHODS Done first of all I can't specify the local port which obfsclient should bind to, obfsclient chooses it randomly. and second issue is that I try to pass openvpn traffic by this, but here is the error message D/OPEN_VPN﹕ TCP connection established with [AF_INET]127.0.0.1:51924 D/OPEN_VPN﹕ recv_socks_reply: Socks proxy returned bad reply I would be very gratefull if anyone could help me resolve this issues _______________________________________________ List info: https://lists.mayfirst.org/mailman/listinfo/guardian-dev To unsubscribe, email: [email protected]
