ursachec / CPAProxy

A thin Objective-C wrapper around Tor.
Other
160 stars 49 forks source link

Which socks does CPAProxy run up? socks4 or sock5? #62

Closed bucky0970 closed 7 years ago

bucky0970 commented 7 years ago

I use a rtmp module in my project, and when I want go thru CPAProxy, it says "SOCKS negotiation failed". After google that, It says rtmp module only support SOCKS4, can not use SOCKS5. I am not sure which socks is CPAProxy run up.

chrisballinger commented 7 years ago

socks5 only

On Mon, Mar 27, 2017 at 7:03 PM, bucky0970 notifications@github.com wrote:

I use a rtmp module in my project, and when I want go thru CPAProxy, it says "SOCKS negotiation failed". After google that, It says rtmp module only support SOCKS4, can not use SOCKS5. I am not sure which socks is CPAProxy run up.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ursachec/CPAProxy/issues/62, or mute the thread https://github.com/notifications/unsubscribe-auth/AAfqHwiKXSjpAwVjkh69pz_kyEG8dq9vks5rqGpYgaJpZM4MrC9O .

bucky0970 commented 7 years ago

Can CPAProxy modify to create a SOCKS4 instead or additionally... Or, is there any Tor proxy that create SOCKS4 proxy? Thanks for your reply.