<?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: 浏览器自带代理服务器配置脚本</title>
	<atom:link href="http://linuxtoy.org/archives/proxy-configure-script.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/proxy-configure-script.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<lastBuildDate>Fri, 25 May 2012 02:33:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: dongyuwei</title>
		<link>http://linuxtoy.org/archives/proxy-configure-script.html#comment-151623</link>
		<dc:creator>dongyuwei</dc:creator>
		<pubDate>Fri, 09 Apr 2010 09:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3672#comment-151623</guid>
		<description>&lt;p&gt;PAC脚本就是js。可以使用js中RegExp　、String的方法。在firefox中还支持alert调试（需要在错误控制台中看）。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>PAC脚本就是js。可以使用js中RegExp　、String的方法。在firefox中还支持alert调试（需要在错误控制台中看）。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sutra</title>
		<link>http://linuxtoy.org/archives/proxy-configure-script.html#comment-138765</link>
		<dc:creator>Sutra</dc:creator>
		<pubDate>Sat, 06 Feb 2010 03:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3672#comment-138765</guid>
		<description>&lt;p&gt;To  flytwokites:&lt;/p&gt;

&lt;p&gt;用FoxyProxy加载PAC就可以DNS over proxy了。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>To  flytwokites:</p>

<p>用FoxyProxy加载PAC就可以DNS over proxy了。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: pink</title>
		<link>http://linuxtoy.org/archives/proxy-configure-script.html#comment-138762</link>
		<dc:creator>pink</dc:creator>
		<pubDate>Sat, 06 Feb 2010 03:40:01 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3672#comment-138762</guid>
		<description>&lt;p&gt;就是“替换成你自己的配置文件路径”没懂。弱弱的问下自己配置文件路径是怎么做哒？&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>就是“替换成你自己的配置文件路径”没懂。弱弱的问下自己配置文件路径是怎么做哒？</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ihipop</title>
		<link>http://linuxtoy.org/archives/proxy-configure-script.html#comment-138648</link>
		<dc:creator>ihipop</dc:creator>
		<pubDate>Fri, 05 Feb 2010 09:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3672#comment-138648</guid>
		<description>&lt;p&gt;http://www.heiher.info/?p=1231
这篇文章非常详细的介绍了使用SSHD+Autoproxy自动代理的方法&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a href="http://www.heiher.info/?p=1231" rel="nofollow">http://www.heiher.info/?p=1231</a>
这篇文章非常详细的介绍了使用SSHD+Autoproxy自动代理的方法</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 咕噜</title>
		<link>http://linuxtoy.org/archives/proxy-configure-script.html#comment-138593</link>
		<dc:creator>咕噜</dc:creator>
		<pubDate>Fri, 05 Feb 2010 00:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3672#comment-138593</guid>
		<description>&lt;p&gt;关键是你要装了代理服务器才能翻&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>关键是你要装了代理服务器才能翻</p>]]></content:encoded>
	</item>
	<item>
		<title>By: wsky</title>
		<link>http://linuxtoy.org/archives/proxy-configure-script.html#comment-138575</link>
		<dc:creator>wsky</dc:creator>
		<pubDate>Thu, 04 Feb 2010 17:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3672#comment-138575</guid>
		<description>&lt;p&gt;Firefox 可以在about:config中设置dns的remote
其他浏览器的话,就需要把socks代理转换成http代理解析DNS
Firefox 还是推荐用AutoProxy,很方便很智能&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Firefox 可以在about:config中设置dns的remote
其他浏览器的话,就需要把socks代理转换成http代理解析DNS
Firefox 还是推荐用AutoProxy,很方便很智能</p>]]></content:encoded>
	</item>
	<item>
		<title>By: shellexy</title>
		<link>http://linuxtoy.org/archives/proxy-configure-script.html#comment-138560</link>
		<dc:creator>shellexy</dc:creator>
		<pubDate>Thu, 04 Feb 2010 13:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3672#comment-138560</guid>
		<description>&lt;p&gt;谁说 pac 时 remote dns 失效的，
http 代理可就是 remote dns 的。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>谁说 pac 时 remote dns 失效的，
http 代理可就是 remote dns 的。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: flytwokites</title>
		<link>http://linuxtoy.org/archives/proxy-configure-script.html#comment-138559</link>
		<dc:creator>flytwokites</dc:creator>
		<pubDate>Thu, 04 Feb 2010 13:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3672#comment-138559</guid>
		<description>&lt;p&gt;可惜的是，用pac时remote dns就失效了，导致一些dns被gfw的网站要同时使用host大法，比如twitter。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>可惜的是，用pac时remote dns就失效了，导致一些dns被gfw的网站要同时使用host大法，比如twitter。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: icuy</title>
		<link>http://linuxtoy.org/archives/proxy-configure-script.html#comment-138558</link>
		<dc:creator>icuy</dc:creator>
		<pubDate>Thu, 04 Feb 2010 13:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3672#comment-138558</guid>
		<description>&lt;p&gt;可以直接用这个 www.gfwlist.tk 在线版&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>可以直接用这个 <a href="http://www.gfwlist.tk" rel="nofollow">http://www.gfwlist.tk</a> 在线版</p>]]></content:encoded>
	</item>
	<item>
		<title>By: rainy</title>
		<link>http://linuxtoy.org/archives/proxy-configure-script.html#comment-138550</link>
		<dc:creator>rainy</dc:creator>
		<pubDate>Thu, 04 Feb 2010 12:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3672#comment-138550</guid>
		<description>&lt;p&gt;07年的时候用过一段时间的自动代理脚本，后来网站被封锁的越来越多，越来越快，维护这样一份列表太累了，就没用了。不过现在的Firefox扩展AutoProxy不错，不用自己维护域名列表了。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>07年的时候用过一段时间的自动代理脚本，后来网站被封锁的越来越多，越来越快，维护这样一份列表太累了，就没用了。不过现在的Firefox扩展AutoProxy不错，不用自己维护域名列表了。</p>]]></content:encoded>
	</item>
</channel>
</rss>

