Add more documentation updates about BSD support and using pkgsrc to install proxychains.

This commit is contained in:
Adam Hamsik
2012-08-10 02:19:54 +02:00
parent 1c020ced1e
commit f9a2ac0456
3 changed files with 19 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ main.c, remote-dns, thread safety, bugfixes, build system, cleanups
rofl0r.
https://github.com/rofl0r/proxychains
localnet, bugfixes, macos x support
localnet, bugfixes, macos x support, bsd support, packaging
adam hamsik.
https://github.com/haad/proxychains

View File

@@ -1,6 +1,12 @@
ProxyChains version history (public releases)
====================
ver 4.2
* Introduce BSD support make proxychains available on (NetBSD, FreeBSD ,OpenBSD and DragonFlyBSD)
* Update pkgsrc-wip proxychains package to 4.2.0 release and make easy to install and use
proxychains
-------------------------------------------------------------------------
ver 4.1
* Mac OS X support, create install script.
* thread-safe fixes by @rofl0r

13
README
View File

@@ -1,4 +1,4 @@
ProxyChains ver 4.0 README
ProxyChains ver 4.2.0 README
==========================
ProxyChains is a UNIX program, that hooks network-related libc functions
@@ -34,6 +34,17 @@ ProxyChains ver 4.0 README
*** Installation ***
**** 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
make install
in a wip/proxychains directory.
You can find out more about pkgsrc on [www.pkgsrc.org] and about pkgsrc-wip on
[http://pkgsrc-wip.sourceforge.net].
**** Running Current Source code version ****
# needs a working C compiler, preferably gcc
./configure
make