<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: My Linux Gateway</title>
	<atom:link href="http://erning.net/archives/my-linux-gateway/feed" rel="self" type="application/rss+xml" />
	<link>http://erning.net/archives/my-linux-gateway</link>
	<description>Reloading</description>
	<lastBuildDate>Fri, 04 Jun 2010 18:47:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: erning</title>
		<link>http://erning.net/archives/my-linux-gateway/comment-page-1#comment-105</link>
		<dc:creator>erning</dc:creator>
		<pubDate>Sat, 09 Jan 2010 21:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://erning.net/?p=110#comment-105</guid>
		<description>就是加了个cache_peer，发现被墙的站点就在配置文件里加入，然后reload squid就好。后面是squid配置片段

&lt;pre class=&quot;brush: plain&quot;&gt;
http_port 3128 transparent
...

##########
cache_peer localhost parent 8118 7 no-query default

#prefer_direct on
nonhierarchical_direct off
#never_direct allow all

# youtube
cache_peer_domain localhost .youtube.com
cache_peer_domain localhost .ytimg.com
cache_peer_domain localhost .googlevideo.com

# twitter
cache_peer_domain localhost .twitter.com

# facebook
cache_peer_domain localhost .facebook.com

# blogger, blogspot
cache_peer_domain localhost .blogger.com
cache_peer_domain localhost .blogspot.com

# shorturl
cache_peer_domain localhost .bit.ly
cache_peer_domain localhost .ff.im
...

&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>就是加了个cache_peer，发现被墙的站点就在配置文件里加入，然后reload squid就好。后面是squid配置片段</p>
<pre class="brush: plain">
http_port 3128 transparent
...

##########
cache_peer localhost parent 8118 7 no-query default

#prefer_direct on
nonhierarchical_direct off
#never_direct allow all

# youtube
cache_peer_domain localhost .youtube.com
cache_peer_domain localhost .ytimg.com
cache_peer_domain localhost .googlevideo.com

# twitter
cache_peer_domain localhost .twitter.com

# facebook
cache_peer_domain localhost .facebook.com

# blogger, blogspot
cache_peer_domain localhost .blogger.com
cache_peer_domain localhost .blogspot.com

# shorturl
cache_peer_domain localhost .bit.ly
cache_peer_domain localhost .ff.im
...
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: rse43</title>
		<link>http://erning.net/archives/my-linux-gateway/comment-page-1#comment-104</link>
		<dc:creator>rse43</dc:creator>
		<pubDate>Wed, 06 Jan 2010 01:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://erning.net/?p=110#comment-104</guid>
		<description>求squid的详细配置，我的方案基本跟你的一致，只是dns的部分没有用重量级的bind，用了轻量级的dnsmasq。</description>
		<content:encoded><![CDATA[<p>求squid的详细配置，我的方案基本跟你的一致，只是dns的部分没有用重量级的bind，用了轻量级的dnsmasq。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Erning.write() » My Linux Gateway -- Topsy.com</title>
		<link>http://erning.net/archives/my-linux-gateway/comment-page-1#comment-103</link>
		<dc:creator>Tweets that mention Erning.write() » My Linux Gateway -- Topsy.com</dc:creator>
		<pubDate>Wed, 06 Jan 2010 01:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://erning.net/?p=110#comment-103</guid>
		<description>[...] This post was mentioned on Twitter by Yining, 无网不剩. 无网不剩 said: RT @yining: shared My Linux Gateway: 使用透明网关，将web流量通过squid走，cache之后可以提高家里机器访问web的速度。 通过squid配置，将被墙的站点设置成通过SSH隧道走。但squ.. http://bit.ly/7xr0If [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Yining, 无网不剩. 无网不剩 said: RT @yining: shared My Linux Gateway: 使用透明网关，将web流量通过squid走，cache之后可以提高家里机器访问web的速度。 通过squid配置，将被墙的站点设置成通过SSH隧道走。但squ.. <a href="http://bit.ly/7xr0If" rel="nofollow">http://bit.ly/7xr0If</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
