Features/Automatic Proxy Settings: Difference between revisions
| Line 44: | Line 44: | ||
* Create PAC file and add the following content: | * Create PAC file and add the following content: | ||
function FindProxyForURL(url, host) | <source lang="javascript"> | ||
function FindProxyForURL(url, host) { | |||
return "PROXY PROXY_SERVER_IP_OR_HOSTNAME:PORT"; | |||
} | |||
</source> | |||
* Upload both file to the same location: | * Upload both file to the same location: | ||