proxifier - Proxifier For Linux
-
proxifier acts as an intermediate between the proxy servers and client programs.
-
proxifier works through the proxy servers on behalf of the other programs.
-
proxifier acts as a global point for configuring proxy rules, which will be applied to every program in the system.
-
For now, proxifier supports HTTP_PROXY.
The list of dependencies required for compiling, running and building from the sources of Proxifier-For-Linux are given along with the possible installation steps (OS dependent)
autoconf
[$ sudo apt install autoconf
]automake
[$ sudo apt install automake
]txt2man
[$ sudo apt install txt2man
]
Obtain the latest stable Proxifier sources by cloning from GitHub mirror
$ git clone https://github.com/m0hithreddy/Proxifier-For-Linux.git && cd Proxifier-For-Linux
After installing dependencies, obtaining Proxifier sources, and changing to the source directory:
$ autoreconf -vfi
$ ./configure
$ make all
$ sudo make uninstall
$ sudo make install
Proxifier service can be enabled as follows:
$ sudo systemctl daemon-reload # Reload the service units
$ sudo systemctl start proxifier
See the man page, $ man proxifier
for more information. /usr/local/etc/proxifier.conf
can be used for configuring the proxifier.
As a user, you can help the project by reporting any undefined, undesired, and unexpected behavior. Please, see Reporting.md
Proxifier works! But Proxifier requires many feature additions, improvements, and surveillance. If you are a budding developer like me, it is high time you can get into some serious development by contributing to Proxifier. Please, see Contributing.md