无需代理访问Google App Engine、Google代码和Google论坛的办法

标签:Google

将我昨晚拿到的IP,放到hosts文件里即可。

详细方法如下:

打开%windir%\system32\drivers\etc下的hosts文件,添加如下内容:
209.85.175.100    groups.google.com
209.85.175.100    groups.l.google.com
209.85.175.102    code.google.com
209.85.175.102    code.l.google.com
或者把下面内容保存成bat文件运行:
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条评论 你不来一发么↓

    想说点什么呢?