CoastalHacking / burp-pac

Burp Proxy Auto-config Extension
Apache License 2.0
6 stars 6 forks source link

Always check for proxies to detect possible network / upstream proxy changes #43

Closed adrian-rt closed 5 years ago

adrian-rt commented 5 years ago

Sometimes I have to switch between LAN and WIFI and the PAC only applies in the LAN, thus the plugin breaks. Can you please not cache the proxy for an website and make the check everytime? Or somehow fix this behaviour?

Thanks!

jpasski commented 5 years ago

@am06 as a workaround, does unloading and reloading the extension after you switch networks help?

adrian-rt commented 5 years ago

yeah, that's kinda of how it worked. didnt test properly, just once and had to move on.

jpasski commented 5 years ago

@am06 I cut a pre-release: https://github.com/CoastalHacking/burp-pac/releases/tag/lanswitch. Let me know if the attached JAR solves the issue you noted.