You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
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'
The text was updated successfully, but these errors were encountered: