<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>指北网 &#187; 代理</title>
	<atom:link href="http://www.ibjx.com/tag/%e4%bb%a3%e7%90%86/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ibjx.com</link>
	<description>取之于i　用之于i</description>
	<lastBuildDate>Tue, 31 Aug 2010 07:10:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google apps 国内代理</title>
		<link>http://www.ibjx.com/2009/02/google-apps-%e5%9b%bd%e5%86%85%e4%bb%a3%e7%90%86/</link>
		<comments>http://www.ibjx.com/2009/02/google-apps-%e5%9b%bd%e5%86%85%e4%bb%a3%e7%90%86/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 05:09:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[免费资源]]></category>
		<category><![CDATA[谷歌与我]]></category>
		<category><![CDATA[google apps]]></category>
		<category><![CDATA[代理]]></category>

		<guid isPermaLink="false">http://www.ibjx.com/2009/02/google-apps-%e5%9b%bd%e5%86%85%e4%bb%a3%e7%90%86/</guid>
		<description><![CDATA[ghs.sinoestate.com

ghs.leafz.net

google.dns.tancee.com]]></description>
			<content:encoded><![CDATA[<p>ghs.sinoestate.com</p>
<p>ghs.leafz.net</p>
<p>google.dns.tancee.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ibjx.com/2009/02/google-apps-%e5%9b%bd%e5%86%85%e4%bb%a3%e7%90%86/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>突破屏蔽，穿墙大法</title>
		<link>http://www.ibjx.com/2009/02/%e7%aa%81%e7%a0%b4%e5%b1%8f%e8%94%bd%ef%bc%8c%e7%a9%bf%e5%a2%99%e5%a4%a7%e6%b3%95/</link>
		<comments>http://www.ibjx.com/2009/02/%e7%aa%81%e7%a0%b4%e5%b1%8f%e8%94%bd%ef%bc%8c%e7%a9%bf%e5%a2%99%e5%a4%a7%e6%b3%95/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 02:00:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[忘记分类]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[代理]]></category>

		<guid isPermaLink="false">http://www.ibjx.com/?p=76</guid>
		<description><![CDATA[我们先总结一下目前穿墙的办法。

大家用的最多的，应该还是古老的 http 代理服务器法。因为简单，所以专业，哦，是所以普及。不过这种方法因为对远程代理服务器无法依赖，所以显的比较脆弱，代理服务器有个三长两短的，大家就都没得玩。而不幸的是，这种三长两短发生的频率是相当的高，谁用谁知道。]]></description>
			<content:encoded><![CDATA[<p>我们先总结一下目前穿墙的办法。</p>
<p>大家用的最多的，应该还是古老的 http 代理服务器法。因为简单，所以专业，哦，是所以普及。不过这种方法因为对远程代理服务器无法依赖，所以显的比较脆弱，代理服务器有个三长两短的，大家就都没得玩。而不幸的是，这种三长两短发生的频率是相当的高，谁用谁知道。</p>
<p>然后后来出现的，比较有效的，是利用<a href="http://bemike.org/2006/12/05/encrypt-connections.html">加密通道与远程服务器建立连接</a>。这种方法是目前我觉得最为靠谱的方法──对我来说。但这种方法要求你有一台没被 gfw 的主机，而这台主机必须安装了 ssh server 并允许 tunneling. 说起来复杂，但其实一般的国外主机都具备这个条件。但问题是，有国外主机的人占的份额太少了。这个方法不具备推广性。</p>
<p>另一个方法，也是 zuola 力荐的 <a href="http://knol.google.com/k/-/-/3jhi1zdzvxj3f/2#">Tor+Firefox 大法</a>，因为我其实没有用过该方法，但如果我没有理解错的话，这是通过 p2p 的分布式方法来达到穿墙的。因为是分布式，不会依赖某台特定的服务器，我感觉应该还是非常靠谱的。</p>
<p>还有一个方法，也是前一段时间很多人在用的方法，VPN 法。其实用 VPN 穿墙，原理跟加密通道是一回事，都是先建立和远程服务器的一条加密通道，再通过远程服务器访问墙外的世界。只不过 VPN 在实现上，对于普通用户来说简单了很多。而相应的服务器端的设置就麻烦了不少。</p>
<p>这次介绍的方法，就是基于 VPN 的。有这么一个网站：<a href="http://alwaysvpn.com/index.html">AlwaysVPN</a>，它提供一个免费的 VPN 服务器给你，再提供一个免费的软件（该软件全平台适用），把所有的设置把包裹起来让你一运行即可用。</p>
<p>&#160;</p>
<p>目前使用起来速度还是不错的，该软件的营利方法就是在你浏览的网页上方插入一个 728×90 pixels 的 banner，现在还没见着，希望不会影响阅读网页。</p>
<p>有兴趣的朋友，按<a href="https://ssl.alwaysvpn.com/downloads/">这里下载</a>。全平台 (Windows/OS X/Linux）支持的哦。</p>
<p>&#160;</p>
<p><a href="http://bemike.org/2008/11/11/another-way-to-get-around-gfw.html#comments">via</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ibjx.com/2009/02/%e7%aa%81%e7%a0%b4%e5%b1%8f%e8%94%bd%ef%bc%8c%e7%a9%bf%e5%a2%99%e5%a4%a7%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
