mirror of
https://github.com/haad/proxychains.git
synced 2026-09-14 11:05:48 +05:00
Mention homebrew formula in README.
This commit is contained in:
parent
2eb641758b
commit
c4decf6da2
14
README
14
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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user