Skip to content

Instantly share code, notes, and snippets.

@franzwong
Created July 9, 2018 06:16
Show Gist options
  • Save franzwong/c67dedcc09e55d5be08a8209938f64c6 to your computer and use it in GitHub Desktop.
Save franzwong/c67dedcc09e55d5be08a8209938f64c6 to your computer and use it in GitHub Desktop.
Set proxy in mac

Turn on

networksetup -setwebproxy Wi-Fi my-proxy.com 8080
networksetup -setsecurewebproxy Wi-Fi my-proxy.com 8080

Turn off

networksetup -setwebproxystate Wi-Fi off
networksetup -setsecurewebproxystate Wi-Fi off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment