https://github.com/getlantern/winproxy
Executable for manipulating Windows system proxy settings. This uses wininet and allows the setting of PAC files instead of winhttp that tools like netsh uses and that are more limited. Works on Windows XP and above.
https://github.com/getlantern/winproxy
Last synced: 8 months ago
JSON representation
Executable for manipulating Windows system proxy settings. This uses wininet and allows the setting of PAC files instead of winhttp that tools like netsh uses and that are more limited. Works on Windows XP and above.
- Host: GitHub
- URL: https://github.com/getlantern/winproxy
- Owner: getlantern
- License: apache-2.0
- Created: 2014-10-20T19:39:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T17:41:57.000Z (over 8 years ago)
- Last Synced: 2024-04-15T03:25:54.636Z (about 2 years ago)
- Language: C++
- Size: 19.5 KB
- Stars: 19
- Watchers: 15
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
winproxy
========
Executable for manipulating Windows system proxy settings. This uses wininet and allows the setting of PAC files instead of winhttp that tools like netsh uses and that are more limited. Works on Windows XP and above.
You can call the following:
To set the PAC file url:
```
winproxy.exe -autoproxy "http://127.0.0.1/pac.url"
```
To set the proxy URL:
```
winproxy.exe -proxy "http://127.0.0.1/proxy"
```
To stop proxying:
```
winproxy.exe -unproxy
```