Please give me guidance.
CentOS building SOCKS server (Dante) on CentOS 7 (VPS in Sakura), after installation on localhost will succeed, but
curl --proxy socks 5://160.16.x.x:1080 http://www.google.com-v
When running the above command on CMD on Windows 10, the following warning was displayed:
*Rebuild URL to:http://www.google.com/
* Trying 160.16.x.x...
* TCP_NODELAY set
* connect to 160.16.x.x port 1080 failed —Timed out
* Failed to connect to 160.16.x.x port 1080 - Timed out
* Closing connection 0
curl —(7) Failed to connect to 160.16.x.x port 1080—Timed out
Localhost successfully accessed www.google.com via Proxy (160.16.x.x:1080).
Even in Windows 10, which didn't work, I'm trying to access it through this proxy, and I'm trying to Timeout
.
You must specify a proxy that is appropriate for your Windows 10 environment or remove the --proxy
option if you are not using a proxy.
--proxy socks 5://160.16.x.x:1080
© 2024 OneMinuteCode. All rights reserved.