Created
May 17, 2023 08:41
-
-
Save sheyu921/e3cf3d1d79d4b70098883420a5cce590 to your computer and use it in GitHub Desktop.
wsl2 config proxy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export ALL_PROXY="http://$host_ip:7890" | |
# where $host_ip should be the ip running the proxy app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment