Skip to content

Instantly share code, notes, and snippets.

@petrkle
Created July 31, 2019 08:45
Show Gist options
  • Save petrkle/05e96dbf907f44cb421b425cc7c2d9ad to your computer and use it in GitHub Desktop.
Save petrkle/05e96dbf907f44cb421b425cc7c2d9ad to your computer and use it in GitHub Desktop.
Use wget with socks proxy
strict_chain
quiet_mode
proxy_dns
remote_dns_subnet 224
tcp_read_time_out 15000
tcp_connect_time_out 8000
[ProxyList]
socks5 127.0.0.1 8888
ssh example -D 8888
export WGET='proxychains4 wget'
$WGET https://example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment