<?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; RAMHost</title>
	<atom:link href="http://sunliwen.com/tag/ramhost/feed/" rel="self" type="application/rss+xml" />
	<link>http://sunliwen.com</link>
	<description>Never lose my passion!</description>
	<lastBuildDate>Sat, 21 Jan 2012 05:16:52 +0000</lastBuildDate>
	<language>zh</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>用RAMHost的MiniVPS架设VPN和Squid代理</title>
		<link>http://sunliwen.com/2010/06/ramhost-vpn-squid/</link>
		<comments>http://sunliwen.com/2010/06/ramhost-vpn-squid/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 15:12:50 +0000</pubDate>
		<dc:creator>Liwen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[RAMHost]]></category>
		<category><![CDATA[Squid]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://thinklouder.cn/?p=1132</guid>
		<description><![CDATA[突然之間翻牆就成了必備技能之一。 我用RAMHost的Mini VPS嘗試了幾種翻牆的方式。 操作系統是Debian 5.0。 通過VPN翻牆 &#8211; OpenVPN＋Tunnelblick 全局都翻牆且不用設置瀏覽器，客戶端一點就可以。 具體步驟參考RAMHost用戶論壇的第四個帖子。唯一需要注意的是第四步在/etc/rc.local中加入自動重啟OpenVPN的命令。這還真是必須的，因為/dev/tun會在重啟的時候丟掉，可能是OpenVZ的原因吧。 # restart openvpn after 1 hour in case tun device got broken on reboot sleep 3600 /etc/init.d/openvpn stop sleep 10 /etc/init.d/openvpn start 我使用Tunnelblick做客戶端來連VPN。 下載安裝後，需要將openvpn.conf放在如下位置~/Library/Application Support/Tunnelblick/Configurations/openvpn.conf中引用的.crt和.key也放這裡即可。 當晚（其實大概天快亮了-_-!）試過看Hulu和Youtube等高清視頻很流暢。 好處多多，壞處就是得拷貝那几個證書文件給客戶端。（更喜歡PPTP要求用戶名密碼的方式，但OpenVZ不支持。） 代理服務器 &#8211; Squid GFW是強大的，直接用Squid仍然會被墻。 更安全的代理服務器 &#8211; Squid+Stunnel 請教了一下Fantix，他用Stunnel給Squid加密的方法來解決這個問題。 我用的Squid3，需要啟用lenny-backports才能找到。其實默認的Squid2.7也可以。裝好後，默認配置就能用。 sudo apt-get install squid3 簡化版的配置如下： visible_hostname proxy.sunliwen.com cache_effective_user proxy [...]]]></description>
			<content:encoded><![CDATA[<p>突然之間翻牆就成了必備技能之一。<br />
我用<a href="http://www.ramhost.us">RAMHost</a>的Mini VPS嘗試了幾種翻牆的方式。<br />
操作系統是Debian 5.0。</p>
<h3>通過VPN翻牆 &#8211; OpenVPN＋Tunnelblick</h3>
<p>全局都翻牆且不用設置瀏覽器，客戶端一點就可以。</p>
<p>具體步驟參考RAMHost用戶論壇的<a href="https://forum.ramhost.us/bbs/viewtopic.php?id=4">第四個帖子</a>。唯一需要注意的是第四步在/etc/rc.local中加入自動重啟OpenVPN的命令。這還真是必須的，因為/dev/tun會在重啟的時候丟掉，可能是OpenVZ的原因吧。</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># restart openvpn after 1 hour in case tun device got broken on reboot</span>
<span style="color: #c20cb9; font-weight: bold;">sleep</span> <span style="color: #000000;">3600</span>
<span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>openvpn stop
<span style="color: #c20cb9; font-weight: bold;">sleep</span> <span style="color: #000000;">10</span>
<span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>openvpn start</pre></div></div>

<p>我使用<a href="http://code.google.com/p/tunnelblick/">Tunnelblick</a>做客戶端來連VPN。<br />
下載安裝後，需要將openvpn.conf放在如下位置~/Library/Application Support/Tunnelblick/Configurations/openvpn.conf中引用的<em>.crt和</em>.key也放這裡即可。</p>
<p>當晚（其實大概天快亮了-_-!）試過看<a href="http://www.hulu.com/">Hulu</a>和<a href="http://www.youtube.com">Youtube</a>等高清視頻很流暢。</p>
<p>好處多多，壞處就是得拷貝那几個證書文件給客戶端。（更喜歡PPTP要求用戶名密碼的方式，但OpenVZ不支持。）</p>
<h3>代理服務器 &#8211; Squid</h3>
<p>GFW是強大的，直接用Squid仍然會被墻。</p>
<h3>更安全的代理服務器 &#8211; Squid+Stunnel</h3>
<p>請教了一下<a href="http://www.fantix.org">Fantix</a>，他用Stunnel給Squid加密的方法來解決這個問題。</p>
<p>我用的Squid3，需要啟用lenny-backports才能找到。其實默認的Squid2.7也可以。裝好後，默認配置就能用。</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> squid3</pre></div></div>

<p>簡化版的配置如下：</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">visible_hostname proxy.sunliwen.com
cache_effective_user proxy proxy
http_port <span style="color: #000000;">3128</span>
acl localnet src 127.0.0.0<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">24</span>
http_access allow localnet</pre></div></div>

<pre>sudo /etc/init.d/squid3 start</pre>
<p>因為我要用Stunnel加密，所以只允許本地訪問。<br />
配置Stunnel之前先測試一下Squid是否可以走通。</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">HTTP_PROXY</span>=http:<span style="color: #000000; font-weight: bold;">//</span>localhost:<span style="color: #000000;">3128</span>
elinks www.youtube.com</pre></div></div>

<p>配置服務器端Stunnel（可參考<a href="http://www.jeffyestrumskas.com/index.php/how-to-setup-a-secure-web-proxy-using-ssl-encryption-squid-caching-proxy-and-pam-authentication/">這篇</a>博客）</p>
<p>主要有以下幾個步驟：</p>
<ol>
<li>生成證書</li>
</ol>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> openssl genrsa <span style="color: #660033;">-out</span> privkey.pem <span style="color: #000000;">2048</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> openssl req <span style="color: #660033;">-new</span> <span style="color: #660033;">-x509</span> <span style="color: #660033;">-key</span> privkey.pem <span style="color: #660033;">-out</span> cacert.pem <span style="color: #660033;">-days</span> <span style="color: #000000;">1095</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">cat</span> privkey.pem cacert.pem <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>stunnel<span style="color: #000000; font-weight: bold;">/</span>stunnel.pem</pre></div></div>

<ol>
<li>更改證書屬性</li>
</ol>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> 0400 <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>stunnel<span style="color: #000000; font-weight: bold;">/</span>stunnel.pem</pre></div></div>

<ol>
<li>更改chroot目錄的owner</li>
</ol>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">chown</span> stunnel4:stunnel4 <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>run<span style="color: #000000; font-weight: bold;">/</span>stunnel4</pre></div></div>

<ol>
<li>/etc/stunnel/stunnel.conf編輯如下</li>
</ol>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">cert = <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>stunnel<span style="color: #000000; font-weight: bold;">/</span>stunnel.pem
<span style="color: #c20cb9; font-weight: bold;">chroot</span> = <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>stunnel4<span style="color: #000000; font-weight: bold;">/</span>
pid = <span style="color: #000000; font-weight: bold;">/</span>stunnel4.pid
setuid = stunnel4
setgid = stunnel4
; debug = <span style="color: #000000;">7</span>
; output = <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>log<span style="color: #000000; font-weight: bold;">/</span>stunnel4<span style="color: #000000; font-weight: bold;">/</span>stunnel.log
client = no
<span style="color: #7a0874; font-weight: bold;">&#91;</span>http<span style="color: #7a0874; font-weight: bold;">&#93;</span>
accept = <span style="color: #000000;">8080</span>
connect = localhost:<span style="color: #000000;">3128</span></pre></div></div>

<p>客戶端也需要安裝stunnel，這裡是MacOSX</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> port <span style="color: #c20cb9; font-weight: bold;">install</span> stunnel</pre></div></div>

<p>然後在客戶端本地運行</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> stunnel3 <span style="color: #660033;">-c</span> <span style="color: #660033;">-d</span> localhost:<span style="color: #000000;">8080</span> <span style="color: #660033;">-r</span> proxy.sunliwen.com:<span style="color: #000000;">8080</span></pre></div></div>

<p>或者創建包含如下內容的配置文件 stunnel.conf (我這立的位置在 /opt/local/etc/stunnel/stunnel.conf )</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">client = <span style="color: #c20cb9; font-weight: bold;">yes</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>proxy<span style="color: #7a0874; font-weight: bold;">&#93;</span>
accept = 127.0.0.1:<span style="color: #000000;">8080</span>
connect = proxy.sunliwen.com:<span style="color: #000000;">8080</span></pre></div></div>

<p>然後 http://localhost:8080 便成了一個安全的代理。</p>
<h3>比較</h3>
<p>前者比較方便，但不是很穩定，鏈接會自動斷開，重新鏈接VPN可以恢復。<br />
後者需要在瀏覽器上進行設置，但比較穩定，沒出過什麼問題。</p>
<p>兩種方法速度差不多，都比裸的Squid慢。</p>
<p>PS：<a href="http://www.hulu.com">Hulu</a> － 通過VPN可以看，Squid代理卻不行。<br />
後者具體情況是，在播放完廣告之後報告一個錯</p>
<blockquote><p>Sorry, we are unable to stream this video. Please check your Internet connection and try again.</p></blockquote>
<p>點“reload the video”，重新放了一遍廣告，錯誤依舊。<a href="http://huluexposed.wordpress.com/2008/03/17/how-to-bypass-the-hulucom-location-check-using-a-socks5-proxy-2/">可能Hulu已經不僅僅在播放前查IP了</a>。</p>
<div style=float:left><!-- JiaThis Button BEGIN -->
<div id="ckepop">
	<a class="jiathis_button_tsina"></a>
	<a class="jiathis_button_douban"></a>
	<a class="jiathis_button_instapaper"></a>
	<a class="jiathis_button_stubleupon"></a>
	<a href="http://www.jiathis.com/share?uid=1544311" class="jiathis jiathis_txt jtico jtico_jiathis" target="_blank"></a>
	<a class="jiathis_counter_style"></a>
</div>
<script type="text/javascript">var jiathis_config = {data_track_clickback:true};</script>
<script type="text/javascript" src="http://v2.jiathis.com/code_mini/jia.js?uid=1544311" charset="utf-8"></script>
<!-- JiaThis Button END --></div><hr />
<p>
<small>
Tags: <a href="http://sunliwen.com/tag/linux/" rel="tag">Linux</a>, <a href="http://sunliwen.com/tag/ramhost/" rel="tag">RAMHost</a>, <a href="http://sunliwen.com/tag/squid/" rel="tag">Squid</a>, <a href="http://sunliwen.com/tag/vpn/" rel="tag">VPN</a>, <a href="http://sunliwen.com/tag/vps/" rel="tag">VPS</a><br/>
<a href="http://sunliwen.com/2010/06/ramhost-vpn-squid/#comments-heading">11个评论</a>
</small>
</p>]]></content:encoded>
			<wfw:commentRss>http://sunliwen.com/2010/06/ramhost-vpn-squid/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>RAMHost的VPS</title>
		<link>http://sunliwen.com/2010/06/ramhost-vps/</link>
		<comments>http://sunliwen.com/2010/06/ramhost-vps/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 07:12:04 +0000</pubDate>
		<dc:creator>Liwen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[RAMHost]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://thinklouder.cn/?p=1075</guid>
		<description><![CDATA[讀了很多VPS評測的文章，最後選擇了非常有誘惑力的Ramhost (基本只有好評) 第一次使用ssh登錄 https://ramhost.us/?page=vps-console 添加用戶 adduser liwen 安裝sshd apt-get install openssh-server 安裝vim apt-get install vim 安裝sudo apt-get install sudo 安裝apache/php5 apt-get install apache2-mpm-prefork libapache2-mod-php5 php5-cgi php5-mysql php5-mcrypt php5-gd php5-sqlite 安裝ZendOptimizer (參考：http://www.debiantutorials.net/installing-zend-optimizer/) wget http://downloads.zend.com/optimizer/3.3.9/ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz 安裝mysql apt-get install mysql-server 添加用戶到www-data組 usermod -G www-data liwen id liwen uid=1000&#40;liwen&#41; gid=1000&#40;liwen&#41; groups=1000&#40;liwen&#41;,33&#40;www-data&#41; 解決locale錯誤信息 perl: warning: Setting locale failed. perl: warning: Please [...]]]></description>
			<content:encoded><![CDATA[<p>讀了很多VPS評測的文章，最後選擇了非常有誘惑力的Ramhost (基本只有<a href="http://www.google.com/search?hl=en&#038;newwindow=1&#038;q=ramhost+%E5%A5%BD%E8%AF%84&#038;btnG=Search&#038;aq=f&#038;aqi=&#038;aql=&#038;oq=&#038;gs_rfai=">好評</a>)</p>
<p>第一次使用ssh登錄</p>
<p><a href="pre lang="bash"">https://ramhost.us/?page=vps-console</a></p>
<p>添加用戶</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">adduser liwen</pre></div></div>

<p>安裝sshd</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> openssh-server</pre></div></div>

<p>安裝vim</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> <span style="color: #c20cb9; font-weight: bold;">vim</span></pre></div></div>

<p>安裝sudo</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> <span style="color: #c20cb9; font-weight: bold;">sudo</span></pre></div></div>

<p>安裝apache/php5</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> apache2-mpm-prefork libapache2-mod-php5 php5-cgi php5-mysql php5-mcrypt php5-gd php5-sqlite</pre></div></div>

<p>安裝ZendOptimizer (參考：<a href="http://www.debiantutorials.net/installing-zend-optimizer/">http://www.debiantutorials.net/installing-zend-optimizer/</a>)</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>downloads.zend.com<span style="color: #000000; font-weight: bold;">/</span>optimizer<span style="color: #000000; font-weight: bold;">/</span>3.3.9<span style="color: #000000; font-weight: bold;">/</span>ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz</pre></div></div>

<p>安裝mysql</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> mysql-server</pre></div></div>

<p>添加用戶到www-data組</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">usermod <span style="color: #660033;">-G</span> www-data liwen
<span style="color: #c20cb9; font-weight: bold;">id</span> liwen
<span style="color: #007800;">uid</span>=<span style="color: #000000;">1000</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>liwen<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #007800;">gid</span>=<span style="color: #000000;">1000</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>liwen<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #007800;">groups</span>=<span style="color: #000000;">1000</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>liwen<span style="color: #7a0874; font-weight: bold;">&#41;</span>,<span style="color: #000000;">33</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>www-data<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div>

<p>解決locale錯誤信息</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">perl</span>: warning: Setting locale failed.
<span style="color: #c20cb9; font-weight: bold;">perl</span>: warning: Please check that your locale settings:
LANGUAGE = <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">unset</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
LC_ALL = <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">unset</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
LANG = <span style="color: #ff0000;">&quot;en_US.utf8&quot;</span>
are supported and installed on your system.
<span style="color: #c20cb9; font-weight: bold;">perl</span>: warning: Falling back to the standard locale <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">&quot;C&quot;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>.</pre></div></div>

<p>解决方法</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> locales</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">dpkg-reconfigure locales</pre></div></div>

<p>需要中文支持</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">locale-gen zh_CN.GBK
locale-gen zh_CN.GB2312
locale-gen zh_CN.GB18030</pre></div></div>

<p>查看vps狀態<br />
<a href="https://my.ramhost.us/v2/vps/cp/?page=main">https://my.ramhost.us/v2/vps/cp/?page=main</a></p>
<div style=float:left><!-- JiaThis Button BEGIN -->
<div id="ckepop">
	<a class="jiathis_button_tsina"></a>
	<a class="jiathis_button_douban"></a>
	<a class="jiathis_button_instapaper"></a>
	<a class="jiathis_button_stubleupon"></a>
	<a href="http://www.jiathis.com/share?uid=1544311" class="jiathis jiathis_txt jtico jtico_jiathis" target="_blank"></a>
	<a class="jiathis_counter_style"></a>
</div>
<script type="text/javascript">var jiathis_config = {data_track_clickback:true};</script>
<script type="text/javascript" src="http://v2.jiathis.com/code_mini/jia.js?uid=1544311" charset="utf-8"></script>
<!-- JiaThis Button END --></div><hr />
<p>
<small>
Tags: <a href="http://sunliwen.com/tag/linux/" rel="tag">Linux</a>, <a href="http://sunliwen.com/tag/ramhost/" rel="tag">RAMHost</a>, <a href="http://sunliwen.com/tag/vps/" rel="tag">VPS</a><br/>
<a href="http://sunliwen.com/2010/06/ramhost-vps/#comments-heading">1个评论</a>
</small>
</p>]]></content:encoded>
			<wfw:commentRss>http://sunliwen.com/2010/06/ramhost-vps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

