Created
August 9, 2023 09:50
-
-
Save MarvinXu/e2a4dd91ee2fde807c6aae5f6f2b44a1 to your computer and use it in GitHub Desktop.
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
# proxy | |
export all_proxy="http://$(hostname).local:7890" | |
export no_proxy="localhost,127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16" | |
# alias |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment