1// +build !windows
2
3package ieproxy
4
5func (psc *ProxyScriptConf) findProxyForURL(URL string) string {
6	return ""
7}
8