Skip to content

hupili/tsocks

 
 

Repository files navigation

TSocks for Brew

Formula copied from homebrew#11870

Installation

brew install --HEAD tsocks.rb

Usage

Default proxy is localhost:10080. Edit the configuration here:

vim $(brew --prefix)/etc/tsocks.conf

Example: (tunnel a single CLI program)

ssh -D 10080 me@my-ssh-server
tsocks curl ifconfig.me

Example: (enable/ disable tunnel all programs in this session)

source tsocks [on | off]

License

Original: GPL

This repo: GPL

Caveats

This is recently (How recent? See commits) tested on OSX 10.9.4. Here are some known caveats:

  • If you have /lib dir, the libtsocks??.dylib files will be installed there, instead of the intended $(brew --prefix)/Cellar/tsocks/HEAD/lib

About

Fork of original tsocks, with brew formula

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.6%
  • Shell 9.1%
  • Ruby 1.3%