DNS IPs:
50.116.35.76
45.79.166.125

   support@rawtream.com
Network Security & Web Filtering

PAC Script Support

The Rawstream Web Filtering agent can be configured to serve a PAC script.

The PAC URL is: http://localhost:8999/rawstream.pac

The default PAC served:

function FindProxyForURL(url, host)
{
  if (url.substring(0, 6) == "https:") {
    return "PROXY 127.0.0.1:8081";
  }

  if (url.substring(0, 5) == "http:") {
    return "PROXY 127.0.0.1:8080";
  }

  // for all other protocols, skip proxy
  return "DIRECT";
}

To serve a custom PAC script from file, set the pacscript-file registry key with the absolute path to PAC file.

Last updated Jun 20 2020
Start Your Free 15 Day Trial Today    Let's get started
Content by Rawstream 2021
You are connecting from 3.17.150.89