https://github.com/rustyx/proxylock
https://github.com/rustyx/proxylock
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rustyx/proxylock
- Owner: rustyx
- License: unlicense
- Created: 2018-03-30T19:25:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T20:18:21.000Z (about 8 years ago)
- Last Synced: 2025-01-24T14:38:55.509Z (over 1 year ago)
- Language: C
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# proxylock
Proxylock is a Windows application that monitors Internet Proxy Settings and enforces that *proxy auto-configuration* and *configuration via a script* are disabled.
There are (corporate) applications that like to redirect all Web traffic for filtering purposes.
Proxylock will detect such redirections and restore the proxy settings to the previous state.
## How to use
Download the latest proxylock.exe from the [releases](../../releases) tab or compile one from source.
Put it into your Startup folder and run it once.
There is no GUI; if all is well, you should not be able to enable proxy auto-configuration.
To stop - open Task Manager Details tab and kill proxylock.exe.
## Development environment
As a development environment, Eclipse CDT or your favorite text editor can be used. Mingw32 or Visual Studio is needed to compile the code.