samuong / alpaca

A local HTTP proxy for command-line tools. Supports PAC scripts and NTLM authentication.
Apache License 2.0
184 stars 31 forks source link

Try to determine PAC URL before downloading, rather than on startup #76

Closed samuong closed 2 years ago

samuong commented 2 years ago

This allows Alpaca to detect changes in the system's PAC URL. Some VPN clients change the PAC URL to a locally-hosted file upon connection, so this needs to be checked whenever a network change is detected.