Skip to content

Releases: rofl0r/proxychains-ng

v4.8

02 Oct 12:57

Choose a tag to compare

release 4.8

v4.7

02 Oct 12:57

Choose a tag to compare

README: update release notes for 4.7

v4.6

02 Oct 12:56

Choose a tag to compare

proxychains.conf: add hint that proxy must be in ipv4 notation

v4.5: overhaul README

02 Oct 12:48

Choose a tag to compare

especially mentioning that proxychains is a HACK so it may not work.
it is a hack because it modifies existing programs in a way not
originally intended by its authors.
additionally it relies on a very complicated and fragile dynamic
linker infrastructure which can easily break, as is the case with
glibc-linked programs that use dlopen() (see issue #10).

v4.4

02 Oct 12:55

Choose a tag to compare

FreeBSD support

v4.3

02 Oct 12:55

Choose a tag to compare

update README for 4.3 release

v4.2: main.c: fixed forgotten initialization for second loop using i

02 Oct 12:54

Choose a tag to compare

this caused the combination of -q -f somefile to not find the dll
in the current dir, because it started iterating the directory
list with 2 instead of 0.

v4.1

02 Oct 12:53

Choose a tag to compare

update README for 4.1 release