Last active
April 24, 2016 10:57
-
-
Save yannisxu/e3f84d925723c36cb7b9 to your computer and use it in GitHub Desktop.
修改 Mac 网络自动代理配置
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
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