Skip to content

Instantly share code, notes, and snippets.

@fffx
Last active June 10, 2021 04:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fffx/07b2f4f07af0b450be6b49362ac20397 to your computer and use it in GitHub Desktop.
Save fffx/07b2f4f07af0b450be6b49362ac20397 to your computer and use it in GitHub Desktop.
WSL update proxychains config, WSL window host ip
# /etc/proxychains4.conf.example

[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
socks5 WSL_HOST_IP 1080
sudo sed "s/WSL_HOST_IP/$WSL_HOST_IP/g" /etc/proxychains4.conf.example | sudo tee /etc/proxychains4.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment