2007年7月16日星期一

proxy for GPGPU

find a http proxy for www.gpgpu.org, follow instructions below :

create a profile, such as proxy.inf, fill following lines :

function FindProxyForURL(url,host){
if(dnsDomainIs(host, ".blogspot.com")){
return "PROXY 72.14.219.190:80";
}
if(dnsDomainIs(host, "www.gpgpu.org")){
return "PROXY 66.98.238.8:3128";
}
}

for firefox, open tool->option->advanced->network->setting->automatic proxy url, input
file:///path:/proxy.inf

that's all, enjoy it !

没有评论: