We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi folks, unfortunatelly, IMHO the documentation of proxychains is not very useful for some scenarios.
For example, if I want to connect an application via http proxy to www, I could not find any examples about it.
Client: 139.1.164.10 Proxy: 139.1.168.207 Port 8080 (auth required --> user: proxy pass: #proxypass!)
No tor or proxy running on client.
proxychains midori http://checkip.dyndns.org
ProxyChains-3.1 (http://proxychains.sf.net) Vector smash protection is enabled. |S-chain|-<>-139.1.168.207:8080-<><>-139.1.168.207:8080-<--denied
my /etc/proxychains.conf:
#dynamic_chain strict_chain #proxy_dns [ProxyList] # add proxy here ... # meanwile # defaults set to "tor" #socks4 127.0.0.1 9050 http 139.1.168.207 8080 proxy #proxypass!
The text was updated successfully, but these errors were encountered:
Stale issue message
Sorry, something went wrong.
No branches or pull requests
Hi folks,
unfortunatelly, IMHO the documentation of proxychains is not very useful for some scenarios.
For example, if I want to connect an application via http proxy to www, I could not find any examples about it.
Client: 139.1.164.10
Proxy: 139.1.168.207 Port 8080 (auth required --> user: proxy pass: #proxypass!)
No tor or proxy running on client.
proxychains midori http://checkip.dyndns.org
ProxyChains-3.1 (http://proxychains.sf.net)
Vector smash protection is enabled.
|S-chain|-<>-139.1.168.207:8080-<><>-139.1.168.207:8080-<--denied
my /etc/proxychains.conf:
The text was updated successfully, but these errors were encountered: