Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Features/Automatic Proxy Settings
(view source)
Revision as of 08:34, 7 January 2013
44 bytes added
,
08:34, 7 January 2013
→PAC - Proxy Auto Config
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">
−
return "PROXY PROXY_SERVER_IP_OR_HOSTNAME:PORT";
+
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:
Ariel Calzada
67
edits