summaryrefslogtreecommitdiff
path: root/src/tests/data/px-manager-sample.pac
blob: 48d01f0469b1eacbea2eccce31bc04774ab48cb3 (plain)
1
2
3
4
5
6
function FindProxyForURL(url, host)
{
  var myIP = myIpAddress();

  return "PROXY 127.0.0.1:1983"
}