hep-gc / shoal

A squid cache publishing and advertising tool designed to work in fast changing environments
Apache License 2.0
4 stars 8 forks source link

Add shoal server to a pre-defined list of WPAD servers #131

Open colsond opened 8 years ago

colsond commented 8 years ago

As @rptaylor pointed out, there is discussion about modifying CVMFS to use a pre-defined list of WPAD servers: https://sft.its.cern.ch/jira/browse/CVM-1085

Shoal already has wpad ready to go so it seems like it would be a good idea to get added to the list.

colsond commented 7 years ago

I'm not too sure who I'd need to get into contact with, but we can get the wpad dump from: shoal.heprc.uvic.ca/wpad.dat

Results look something like: function FindProxyForURL(url, host) { return "PROXY proxy1:3128;PROXY proxy2:3128;PROXY proxy3:3128;PROXY prox4:3128; DIRECT"; }