Skip to content

A http proxy which can evaluate PAC files and forward to the correct parent proxy with authentication

License

Notifications You must be signed in to change notification settings

kiron1/proxydetox

Repository files navigation

Proxydetox

Proxydetox build status of main branch

A small proxy to relieve the pain of some corporate proxies.

Proxydetox can act as an intermediate HTTP proxy for your local applications and actual HTTP proxy. Proxydetox will select the correct upstream proxy based on the Proxy Auto-Configuration (PAC) file provided by the network administrator and will take care to correctly authenticate against the upstream proxy. The Basic and Negotiate authentication methods are supported.

With Proxydetox in place, most local applications can be configured to use the proxy by setting the environment variables http_proxy, and https_proxy.

Proxydetox is compatible with POSIX-compliant systems (tested on Ubuntu and OpenBSD), macOS, and Windows.

Get started by looking over the documentation.

License

This source code is under the MIT license with the exceptions mentioned in "Third party source code in this repository".