Jump to content

Cannot use any SOCKS5 server


kiz

Recommended Posts

i create a tunnel through ssh

ssh -vND 1080 xx@yyy

test it using curl

curl --socks5 127.0.0.1:1080 http://google.com

and it works correctly.

 

but when i set it on utserver, it always shows these when downloading RSS: 

Proxy connect error: connection closed by peer
Proxy connect error: offline (timed out)
 

I also tried using https://github.com/justmao945/mallory and https://github.com/snail007/goproxy (on the server)  still got the same error, even when it works correctly using CURL, what's the possible cause of this?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...