Tag: proxy

  • Proxy.pac generator

    I made a simple bash script that generates a proxy auto configuration file. The PAC file generated redirects all matching rules through the proxy. The only issue at the moment, is that, once the list gets big, it’s not very performance-friendly. Something I’ll try to fix in the coming days. I’m using this script to…