Skip to content

getlantern/winproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors