iOS(iPhone/iTouch/iPad)上最好的无缝切换翻墙解决方案-Goagent

来源:http://zqzhang.com/webapp/ios-iphone-itouch-ipad-goagent/

本文用Goagent完美实现iOS设备(包括iPhone/iTouch/iPad)稳定快速免费无缝翻墙。注意这只是手机端的操作步骤,如何利用Google App Engine架设自己的goagent翻墙应用,请参考此处。此翻墙应用与Firefox+Autoproxy或者Chrome+Proxy Switchy结合,可以达到收费的SSH或VPN的速度,Youtube测试结果非常流畅(谢谢Ben的推荐)。

iOS(iPhone/iTouch/iPad)免费稳定翻墙解决方案:

准备工作:

  • 一个已越狱 iOS 设备.
  • 已设置goagent翻墙服务器.
  • 更改 Cydia 设置 : Cydia -> 管理 -> 设置 -> 开发者.
  • Cydia 安装 adv-cmds.
  • Cydia 安装 SBSettings.

一步一步教你做:

  • 在Cydia中安装 python 2.6.5 和 goagent-local及所有推荐依赖包.
  • 将你的 appid 填入 /User/goagent-local/proxy.ini 文件中 # 注: 用iFile即可实现
  • 导入 Goagent Certificate(CA.cert). 你可以使用iPhone Configuration Utility,如这个链接所说 或者 在移动浏览器 safari 中从此处下载安装
  • 在Cydia中安装 goagent-toggle, 打开 SBSettings 可以将goagent点开
  • 打开 设置 -> 无线网络 Wifi -> 目前所用WiFi网络 -> HTTP Proxy -> Auto -> file://localhost/User/goagent-local/autoproxy.pac
  • 打开 Facebook/twitter/youtube 测试一下吧!

无Wifi时3G网络下如何无缝翻墙:

改变preferences.plist中的 ProxyAutoConfigURLString ,如 此处所示,略作修改:

iFile进iPhone,在private/var/preferences/systemconfiguration 里找到preferences.plist,备份之后进行修改,用文本编辑。

<string>com.apple.CommCenter (ip1)</string>
</dict>

之后,

<key>UserDefinedName</key>之前

插入以下代码:

<key>Proxies</key>
<dict>
<key>ProxyAutoConfigEnable</key>
<integer>1</integer> <key>ProxyAutoConfigURLString</key>
<string>file://localhost/User/goagent-local/autoproxy.pac</string>
</dict>

重启后搞定!

友情提示:看不懂的请慎重折腾,将比较费时。

参考文章

文章源自蟑螂窝, 转贴注明出处。

―――――――――――――――――――――――――――――――――――――――――

需要翻墙利器? 请安装Wuala,查找和添加gfwblog为好友,就可高速下载翻墙软件,或访问http://tinyurl.com/gfwblog直接下载。

推特用户请点击这里免翻墙上推特

请点击这里下载翻墙软件

更多翻墙方法请发电邮(最好用Gmail)到:fanqiang70ma@gmail.com

请阅读和关注中国数字时代翻墙技术博客GFW BLOG(免翻墙)

请使用Google Reader订阅中国数字时代中文版http://chinadigitaltimes.net/chinese/feed),阅读最有价值的中文信息;以及GFW BLOG(功夫网与翻墙)http://feeds2.feedburner.com/chinagfwblog,获取最新翻墙工具和翻墙技巧信息。


1 条评论:

Unknown 说...

按步骤操作,不行啊,反而搞得wifi也不行了