Implements a Proxy detection (WPAD) interface for Linux, Mac OSX and Windows. Offers a GUI for manual proxy settings and automatic WPAD detection. The GUI is based on QT.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
1015 B

6 years ago
Platform Independent Interface for Network Proxies
==================================================
6 years ago
Implements a Proxy detection (WPAD) interface for Linux, Mac OSX and Windows. Offers a GUI for manual proxy settings and automatic WPAD detection. Makes use of http://code.google.com/p/libproxy/ on Linux and Mac OSX, and uses WinHTTP on Windows. The GUI is based on Qt.
![Screenshot](screenshot.png)
6 years ago
In the Web
----------
6 years ago
- [Official project page](https://mrw.sh/libraries/proxyface)
- [Full Doxygen library documentation](https://doc.mrw.sh/proxyface)
- [Official repositories](https://repository.mrw.sh)
- [Download and installation instructions](https://mrw.sh/doc/mrw.sh/src/branch/master/installation.md)
6 years ago
Missing a Feature, Found a Bug
------------------------------
You are missing a feature, or an implementation is too incomplete for the purpose you need it? Or you even found a bug? Just register and open an issue [on the project management page](https://mrw.sh/libraries/proxyface/issues).