Proxy Helpers and Setup
- Open Windows "Proxy Settings"
- Windows key → then type "proxy settings"
- Use setup script: "On"
- Script address: https://raw.githubusercontent.com/andylytical/proxy-pac/master/proxy.pac
- Save
- Settings → Network → Advanced → Proxies → Automatic Proxy Configuration
- Enter path to local file (example: file:///absolute/path/to/proxy.pac)
See also: https://gist.github.com/dusenberrymw/850151bda3253453e5244d6a33c7cd2d
- Install
libpacparser1
sudo apt install libpacparser1
#ubuntu
/usr/bin/pactester -p <PAC_FILE> -u <URL>
References: