无需代理访问Google App Engine、Google代码和Google论坛的办法
2009 3 14 10:18 PM 2786次查看
详细方法如下:
打开%windir%\system32\drivers\etc下的hosts文件,添加如下内容:
209.85.175.100 groups.google.com或者把下面内容保存成bat文件运行:
209.85.175.100 groups.l.google.com
209.85.175.102 code.google.com
209.85.175.102 code.l.google.com
set file=%windir%\system32\drivers\etc\hosts
echo. >> %file%
echo 209.85.175.100 groups.google.com>> %file%
echo 209.85.175.100 groups.l.google.com>> %file%
echo 209.85.175.102 code.google.com>> %file%
echo 209.85.175.102 code.l.google.com>> %file%
不过这是针对上海电信的,其他地方可能访问会慢点,自己在能访问时记录下IP吧。发现个问题:Google App Engine的每个域名都要设置,但hosts不支持泛解析。
0条评论 你不来一发么↓