Eine richtig gute Anleitung gibts hier http://nscsysop.hypermart.net/proxypac.html mit dem Script "Slightly More Complex PROXY.PAC Example - Multiple Proxy Bypass URL's"
ich hab erst mal für mich zu Hause zum testen (hab keinen Proxy) drei Zeilen so umgeändert, daß nur noch Google ins I-net kommt sowie localhost und 127.0.0.1 funktioniert. Wildkarts gehen auch damit. Alles andere gibt ne Fehlermeldung da ich zu Hause keinen Proxy hab. Aber steht eigentlich alles auf der Seite. Muss ich morgen mal in meiner Firma testen.
if (shExpMatch(host, "localhost")) { return proxy_no; }
if (shExpMatch(host, "127.0.0.1")) { return proxy_no; }
if (shExpMatch(url, "*http://www.goo*")) { return proxy_no; }