mirror of
https://github.com/haad/proxychains.git
synced 2023-09-18 02:15:23 +03:00
Add more documentation updates about BSD support and using pkgsrc to install proxychains.
This commit is contained in:
2
AUTHORS
2
AUTHORS
@@ -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
|
||||
|
||||
|
||||
@@ -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
13
README
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user