blob: 4e3efb485c38e1b705dc588f132c71dc83e8fa35 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
From the magictun README file:
This is simple LD_PRELOAD module let you transparently redirect
ANY tcp connections from ANY programs through https proxy (RFC2817) without
modifications to source code. This is done by substituting libc connect(2)
function with a special wrapper.
Author: Andrei Nigmatulin <root@anight.org>
WWW: http://anight.org/magictun/
|