Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 358 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 358 Bytes
  1. tap repo: brew tap Anakros/homebrew-tsocks
  2. install tsocks: brew install --HEAD tsocks
  3. set up socks proxy: ssh -D 5555 server
  4. edit configuration file: vim /usr/local/etc/tsocks.conf
  5. set server as localhost: server = localhost
  6. set server port as 5555: server_port = 5555
  7. check that everything works: tsocks curl ifconfig.me