Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

socks5 can not function well #1

Open
578141611 opened this issue Aug 3, 2019 · 1 comment
Open

socks5 can not function well #1

578141611 opened this issue Aug 3, 2019 · 1 comment

Comments

@578141611
Copy link

I use such command
curl -x socks5h://199.201.74.95:1234 www.baidu.com
It can get data from www.baidu.com
but It does not work if I use your command
./ab-proxy -c 1 -n 1 --bursts 1 --proxy 'socks5://199.201.74.95:1234' 'www.baidu.com'

@578141611
Copy link
Author

578141611 commented Aug 3, 2019

It run ok when using http
'http://199.201.74.95:10001' is nginx proxy for http
./ab-proxy -c 1 -n 1 --bursts 1 --proxy 'http://199.201.74.95:10001' 'www.baidu.com'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant