Skip to content

Instantly share code, notes, and snippets.

@yannisxu
Last active April 24, 2016 10:57
Show Gist options
  • Save yannisxu/e3f84d925723c36cb7b9 to your computer and use it in GitHub Desktop.
Save yannisxu/e3f84d925723c36cb7b9 to your computer and use it in GitHub Desktop.
修改 Mac 网络自动代理配置
alias pacon='sudo networksetup -setautoproxyurl Wi-Fi https://yourproxy.pac'
alias pacoff='sudo networksetup -setautoproxyurl Wi-Fi off'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment