<?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">
    <channel>
        <title>reverse proxy — LowEndSpirit</title>
        <link>https://lowendspirit.com/index.php?p=/</link>
        <pubDate>Thu, 04 Jun 2026 02:02:12 +0000</pubDate>
        <language>en</language>
            <description>reverse proxy — LowEndSpirit</description>
    <atom:link href="https://lowendspirit.com/index.php?p=/discussions/tagged/reverse-proxy/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Why don’t IPv6-only providers offer an IPv4 reverse proxy (e.g., via Nginx) for HTTP/HTTPS?</title>
        <link>https://lowendspirit.com/index.php?p=/discussion/9994/why-don-t-ipv6-only-providers-offer-an-ipv4-reverse-proxy-e-g-via-nginx-for-http-https</link>
        <pubDate>Mon, 22 Sep 2025 04:00:55 +0000</pubDate>
        <category>General</category>
        <dc:creator>somik</dc:creator>
        <guid isPermaLink="false">9994@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I’ve noticed that some providers now offer IPv6-only VPS plans, which is a good step forward. What I find curious, though, is that most of them only provide IPv4 port forwarding rather than an HTTP/HTTPS reverse proxy.</p>

<p>Port forwarding certainly works in some cases, but it can feel limited when the goal is to host websites. With just forwarding, managing multiple domains or virtual hosts gets awkward. By contrast, an IPv4 reverse proxy (for example, using Nginx or HAProxy at the provider’s edge) could accept connections on IPv4 and pass them over IPv6 to the VPS. That would make it much simpler for end users to run websites on IPv6-only servers without extra layers of infrastructure on their own.</p>

<p>So I’m curious:<br />
1. Since IPv4 port forwarding is already offered, why isn’t reverse proxying for HTTP/HTTPS more common?<br />
2. Are there technical challenges or scaling issues that make it impractical?<br />
3. Or is it simply that demand hasn’t been strong enough for providers to implement it?</p>

<p>I’d be interested to hear if anyone knows the reasoning behind this, or if providers themselves have considered it, I’d really like to hear from you on this. Because from my point of view, for website hosting, IPv4 reverse proxying would make IPv6-only offerings far more appealing to everyone, since IPv6 is still not offered by many ISPs.</p>
]]>
        </description>
    </item>
    <item>
        <title>[FOSS] Delorean - An opinionated TLS+SNI and HTTP Reverse Proxy for IPv4 to IPv6</title>
        <link>https://lowendspirit.com/index.php?p=/discussion/7835/foss-delorean-an-opinionated-tls-sni-and-http-reverse-proxy-for-ipv4-to-ipv6</link>
        <pubDate>Tue, 21 May 2024 14:30:26 +0000</pubDate>
        <category>Free Offers and Stuff</category>
        <dc:creator>chadsix</dc:creator>
        <guid isPermaLink="false">7835@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>As a mission oriented company dedicated to decentralizing the internet using IPv6 in order to promote more freedoms [1] for people, one of the important things that we do is open source our software. This leads to more peace of mind for our users which in turn helps the business side of IPv6rs, which in turn helps to fund our development.</p>

<p>We open sourced our reverse proxy, <a rel="nofollow" href="https://github.com/ipv6rslimited/delorean" title="delorean">delorean</a>, which is used live on the IPv6rs network. Delorean receives HTTP or TLS traffic via IPv4 and if a suitable IPv6 for the same name is found, routes it to said IPv6 IP.</p>

<p>This is how we provide IPv4 ingress to our users' websites. We hope you find this free open source software useful!</p>

<p>[1] E.g., freedom of speech, freedom of access to information, etc.</p>
]]>
        </description>
    </item>
   </channel>
</rss>
