index
:
local-COMMON
master
Unnamed repository; edit this file to name it for gitweb.
Jonas Smedegaard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apache
/
wpad
/
wpad.dat
blob: e7b557483ca9a276006479be73fa2344981a919b (
plain
)
function
FindProxyForURL
(
url
,
host
)
{
return
"PROXY proxy:3128 ; PROXY proxy:3128"
;
}