Skip to content

m0hithreddy/Proxifier-For-Linux

Repository files navigation

Proxifier-For-Linux

proxifier - Proxifier For Linux

Overview

  • 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.

Dependencies

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)

Build and Install dependencies
  • autoconf [$ sudo apt install autoconf]
  • automake [$ sudo apt install automake]
  • txt2man [$ sudo apt install txt2man]

Downloading

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

Build and Install

After installing dependencies, obtaining Proxifier sources, and changing to the source directory:

$ autoreconf -vfi
$ ./configure
$ make all
$ sudo make uninstall
$ sudo make install

Usage

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.

Reporting

As a user, you can help the project by reporting any undefined, undesired, and unexpected behavior. Please, see Reporting.md

Contributing

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

License

GNU GPLv3

About

Simple C code with iptables make this tool proxifier which tunnels whole system traffic through the proxy server, without configuring individual application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published