From c4decf6da23cda8e0bc1d849bc6306e50fb71b32 Mon Sep 17 00:00:00 2001 From: Adam Hamsik Date: Wed, 10 Oct 2012 13:26:57 +0200 Subject: [PATCH] Mention homebrew formula in README. --- README | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README b/README index 9223add..b46948c 100644 --- a/README +++ b/README @@ -37,13 +37,19 @@ ProxyChains ver 4.2.0 README **** Using release version **** Proxychains-4.2.0 are available with pkgsrc to everyone using it on Linux, NetBSD, FreeBSD, OpenBSD, DragonFlyBSD or Mac OS X. You just need to install - pkgsrc-wip repository and run + pkgsrc-wip repository and run make install in a wip/proxychains directory. - You can find out more about pkgsrc on [www.pkgsrc.org] and about pkgsrc-wip on + You can find out more about pkgsrc on [www.pkgsrc.org] and about pkgsrc-wip on [http://pkgsrc-wip.sourceforge.net]. + **** Installing on Mac OS X with homebrew **** + You can install current proxychains on Mac OS X with an homebrew. You have to download unofficial homebrew formula from [https://gist.github.com/3792521] to your BREW_HOME + by default /usr/local/Library/Formula/ and run + + brew install proxychains + **** Running Current Source code version **** # needs a working C compiler, preferably gcc ./configure @@ -62,7 +68,7 @@ there's a ./configure script though for convenience. it also adds support for a config file passed via command line switches/ environment variables. -Version (3.x) introduces support for DNS resolving through proxy +Version (3.x) introduces support for DNS resolving through proxy it supports SOCKS4, SOCKS5 and HTTP CONNECT proxy servers. Auth-types: socks - "user/pass" , http - "basic". @@ -114,7 +120,7 @@ Usage Example: $ proxychains -f /etc/proxychains-other.conf targethost2.com -in this example it will use different configuration file then proxychains.conf +in this example it will use different configuration file then proxychains.conf to connect to targethost2.com host. Usage Example: