<?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>General Settings &#187; proxy</title>
	<atom:link href="http://blog.dd19.de/~alx/tag/proxy/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.dd19.de/~alx</link>
	<description>freifunk, piratenpartei und polyamorie</description>
	<lastBuildDate>Sat, 04 Feb 2012 13:34:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ipv6 web proxy</title>
		<link>https://blog.dd19.de/~alx/2008/12/ipv6-web-proxy/</link>
		<comments>https://blog.dd19.de/~alx/2008/12/ipv6-web-proxy/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 19:10:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[network]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[proxy]]></category>

		<guid isPermaLink="false">http://blogs.k-ita.de/~alx/?p=112</guid>
		<description><![CDATA[Yesterday, i thought, what a pitty, this blog has no AAAA record and no ipv6 address. As it is hosted on a FreeBSD jail and the host is neither patched for ipv6 jails nor has an ipv6 connection, i had &#8230; <a href="https://blog.dd19.de/~alx/2008/12/ipv6-web-proxy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday, i thought, what a pitty, this blog has no AAAA record and no ipv6 address. As it is hosted on a FreeBSD jail and the host is neither patched for ipv6 jails nor has an ipv6 connection, i had to find an other solution.</p>
<p>I have a VM with a 6to4 tunnel running lighttpd, so i let the AAAA record for this blog point on that machine, enabled the proxy module and added following config to the proxy configuration:</p>
<pre>$HTTP["host"] == "blogs.k-ita.de" {
  proxy.server  = ( "" =&gt; ( ( "host" =&gt; "80.237.196.30" ) ) )
}</pre>
<p>It&#8217;s not the cleanest solution, but it works for me[TM].</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.dd19.de/~alx/2008/12/ipv6-web-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

