This is a instrument for configuration PAC-script domains from browser.
The main script was taken from the shadowsocks repository: https://github.com/shadowsocks/shadowsocks-windows
PyPac is a service for configuration USERRULES section of this script file. And setup windows configuration for it.
Proxy settings is will be automatically reset after all rule changes, just wait some time or restart your applications
Change settings in settings.env file.
PROXY_DOMAIN- domain for your proxy/vpn/etc. server. Default - local machinePROXY_PORT- domain for your proxy/vpn/etc. server.LOG_LEVEL- logging levelPORT- port forPyPacserver.'
In version 0.0.1 you can configure domains list in browser. Just open http://localhost:{PORT}/docs (with defaults: http://localhost:8080/docs).
- Open
Set rule(POST) - Click on
Try it outbutton - Write your rule into input field
- Click on
Execute - If you see integer rule identifier in response - it works!
- Open
Remove rule(DELETE) - Click on
Try it outbutton - Write your rule into input field
- Click on
Execute