Ok, so I made some changes to the proxy.pac file and it looks like this now.
function FindProxyForURL(url, host) { //Don't proxy connections to the UTM
web interface if (shExpMatch(url, "https://borg.local*";)) return "DIRECT";
if (shExpMatch(url, "https://"; + dnsResolve(host) + "*")) r
On 03.06.16 22:51, Andrew Meyer wrote:
So I have squid (latest) running in a a jail, and I am able to use it
communicate with it via the browser. But I am trying to set it up so that
I can use a proxy.pac file. I have the proxy.pac configured. Firefox is
being used as my testbed. When I switc
So I have squid (latest) running in a a jail, and I am able to use it
communicate with it via the browser. But I am trying to set it up so that I can
use a proxy.pac file. I have the proxy.pac configured. Firefox is being used as
my testbed. When I switch over the pac file I get nothing in the l