Skip to content

Instantly share code, notes, and snippets.

@MarvinXu
Created August 9, 2023 09:50
Show Gist options
  • Save MarvinXu/e2a4dd91ee2fde807c6aae5f6f2b44a1 to your computer and use it in GitHub Desktop.
Save MarvinXu/e2a4dd91ee2fde807c6aae5f6f2b44a1 to your computer and use it in GitHub Desktop.
# 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