homebrew-tsocks icon indicating copy to clipboard operation
homebrew-tsocks copied to clipboard

homebrew tsocks tap

  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