Skip to content

dvstter/ChangeMacProxySettingWithAlfred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Change Proxy Setting on Mac

A very little alfred workflow that can change SOCKS proxy setting for ShadowsocksX-NG and Tor on Mac.

Getting Started

These instructions will let you install an alfred workflow to make you easier change the proxy setting (network card is Wi-Fi) for Shadowsocks or Tor.

Prerequisite

Installing

  1. Install the ss.alfredworkflow
  2. Go to installing dir of ss.alfredwork from alfred workflow setting page and change all the listen hosts and ports in constant.py, use networksetup -listallnetworkservices to see all the network services, and then change the SERVICES field
SS_LISTEN_HOST="localhost"
SS_LISTEN_PORT="1086"

TOR_LISTEN_HOST="localhost"
TOR_LISTEN_PORT="9050"

SERVICES=["Wi-Fi", "'USB 10/100 LAN'"]
  1. Type kex in the alfred and see what happen

Acknowledgments

About

Alfred workflow which can see and modify the status.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published