<?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>Shadow &#38; Honnix &#187; GFW</title>
	<atom:link href="http://honnix.com/blog/archives/category/technology/gfw-technology/feed" rel="self" type="application/rss+xml" />
	<link>http://honnix.com/blog</link>
	<description>Two Months</description>
	<lastBuildDate>Wed, 21 Jul 2010 14:09:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>配置Tor使用Bridge</title>
		<link>http://honnix.com/blog/archives/460</link>
		<comments>http://honnix.com/blog/archives/460#comments</comments>
		<pubDate>Sun, 11 Oct 2009 13:49:22 +0000</pubDate>
		<dc:creator>honnix</dc:creator>
				<category><![CDATA[GFW]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bridge]]></category>
		<category><![CDATA[Tor]]></category>

		<guid isPermaLink="false">http://honnix.com/blog/?p=460</guid>
		<description><![CDATA[我比较白痴，首先澄清一个概念，使用Bridge和作为Bridge是两个概念。 使用Bridge是指作为client，使用已有的Bridge连接到网络。 作为Bridge是指把自己变成一个Bridge server。 貌似不能既使用Bridge又作为Bridge。:( 使用Bridge很简单，发送邮件给bridges@torproject.org，邮件title为get bridges，就可以收到一个回复，大概是这样的： [This is an automated message; please do not reply.] Here are your bridge relays: bridge 85.176.137.125:443 bridge 125.121.20.246:9002 bridge 79.182.101.170:8080 Bridge relays (or &#8220;bridges&#8221; for short) are Tor relays that aren&#8217;t listed in the main directory. Since there is no complete public list of them, even if your [...]]]></description>
			<content:encoded><![CDATA[<p>我比较白痴，首先澄清一个概念，使用Bridge和作为Bridge是两个概念。</p>
<ul>
<li>使用Bridge是指作为client，使用已有的Bridge连接到网络。</li>
<li>作为Bridge是指把自己变成一个Bridge server。</li>
</ul>
<p>貌似不能既使用Bridge又作为Bridge。:(</p>
<p>使用Bridge很简单，发送邮件给bridges@torproject.org，邮件title为get bridges，就可以收到一个回复，大概是这样的：</p>
<blockquote><p>[This is an automated message; please do not reply.]</p>
<p>Here are your bridge relays:</p>
<p>bridge 85.176.137.125:443<br />
bridge 125.121.20.246:9002<br />
bridge 79.182.101.170:8080</p>
<p>Bridge relays (or &#8220;bridges&#8221; for short) are Tor relays that aren&#8217;t listed<br />
in the main directory. Since there is no complete public list of them,<br />
even if your ISP is filtering connections to all the known Tor relays,<br />
they probably won&#8217;t be able to block all the bridges.</p>
<p>To use the above lines, go to Vidalia&#8217;s Network settings page, and click<br />
&#8220;My ISP blocks connections to the Tor network&#8221;. Then add each bridge<br />
address one at a time.</p>
<p>Configuring more than one bridge address will make your Tor connection<br />
more stable, in case some of the bridges become unreachable.</p>
<p>Another way to find public bridge addresses is to visit<br />
https://bridges.torproject.org/. The answers you get from that page<br />
will change every few days, so check back periodically if you need more<br />
bridge addresses.</p></blockquote>
<p>把里面那几行bridge列表加到/etc/tor/torrc文件的最后，再加上一行UseBridges 1。重启tor，如果同时使用privoxy的话把它也重启一下好了。现在的FireFox根本就不需要这个东西了，可以直接使用socket代理。</p>
<p>作为Bridge的话，在/etc/tor/torrc里加上这么几行：</p>
<blockquote><p>SocksPort 0<br />
ORPort 443<br />
BridgeRelay 1<br />
Exitpolicy reject *:*</p></blockquote>
<p>自己对照着看看，不要直接加上去。</p>
<p>为什么不作为一个normal relay呢？因为从我们这里出去的话不是在浪费其它人时间么！所以Bridge就行，不要直接出去。</p>
]]></content:encoded>
			<wfw:commentRss>http://honnix.com/blog/archives/460/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
