Skip to content

Instantly share code, notes, and snippets.

@dongyuwei
Last active July 9, 2019 12:40
Show Gist options
  • Save dongyuwei/fe541d82ce669875d6fc498b1f818d16 to your computer and use it in GitHub Desktop.
Save dongyuwei/fe541d82ce669875d6fc498b1f818d16 to your computer and use it in GitHub Desktop.

cat /Users/dongyuwei/.proxychains/proxychains.conf

strict_chain
proxy_dns  force
remote_dns_subnet 224
tcp_read_time_out 15000
tcp_connect_time_out 8000
localnet 127.0.0.0/255.0.0.0
quiet_mode

[ProxyList]
socks5  127.0.0.1 1080

usage

proxychains4 git pull -r

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment