<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>代理服务器 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E4%BB%A3%E7%90%86%E6%9C%8D%E5%8A%A1%E5%99%A8/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Tue, 18 Oct 2011 02:20:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>使用Polipo，轻量级代理软件</title>
		<link>https://www.coder4.com/archives/1705</link>
					<comments>https://www.coder4.com/archives/1705#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Thu, 30 Jun 2011 12:32:11 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[polipo]]></category>
		<category><![CDATA[代理服务器]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=1705</guid>

					<description><![CDATA[#安装 sudo apt-get install polipo #配置 sudo vim /etc/polipo/config proxyPort = 12345 proxyAddress = "::0" proxyName = "liheyuan 's polipo" chunkHighMark = 50331648 objectHighMark = 16384 localDocumentRoot = "" dnsQueryIPv6 = no 很好用的~[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/1705/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>squid 3代理服务器配置</title>
		<link>https://www.coder4.com/archives/1696</link>
					<comments>https://www.coder4.com/archives/1696#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Thu, 30 Jun 2011 11:36:39 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[squid]]></category>
		<category><![CDATA[代理服务器]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=1696</guid>

					<description><![CDATA[1、下载、编译 只有3.1以上支持ipv6 wget http://www.squid-cache.org/Versions/v3/3.1/squid-3.1.12.tar.gz tar -xzvf squid-3.1.12.tar.gz cd squid-3.1.12 ./configure --prefix=/usr/local/squid make sudo make install 2、配置文件 sudo vim /etc/squid/squid.conf #修改或加[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/1696/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>让wget使用代理服务器</title>
		<link>https://www.coder4.com/archives/1656</link>
					<comments>https://www.coder4.com/archives/1656#comments</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Thu, 09 Jun 2011 15:19:35 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[wget]]></category>
		<category><![CDATA[代理服务器]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=1656</guid>

					<description><![CDATA[wget是支持代理服务器的，如下，可以不支持SOCK5服务器： #将代理服务器作为环境变量导出 export http_proxy="localhost:8080" #下载 wget http://www.copy6.com/sitemap.xml 哎，什么时候能支持sock5的代理啊，不然还得转换一把。。麻烦。。[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/1656/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
