What’s up folks!
I’ve been using curl with proxies for a while, and I found that you can specify the proxy type too.
If you’re using a SOCKS5 proxy, you can do:
```bash
curl --socks5-hostname proxyserver:port http://example.com
```
This way, it knows which type of proxy to use!
I’ve been using curl with proxies for a while, and I found that you can specify the proxy type too.
If you’re using a SOCKS5 proxy, you can do:
```bash
curl --socks5-hostname proxyserver:port http://example.com
```
This way, it knows which type of proxy to use!
