<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Go on Nixpoin.com</title><link>https://nixpoin.com/tags/go/</link><description>Recent content in Go on Nixpoin.com</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 11 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://nixpoin.com/tags/go/index.xml" rel="self" type="application/rss+xml"/><item><title>Building a Multi-Protocol Proxy Server in Go</title><link>https://nixpoin.com/koding/building-a-multi-protocol-proxy-server-in-go/</link><pubDate>Wed, 11 Feb 2026 00:00:00 +0000</pubDate><guid>https://nixpoin.com/koding/building-a-multi-protocol-proxy-server-in-go/</guid><description>&lt;p&gt;I run a VPS with a generous IPv6 /64 subnet (thousands of unique addresses available), and I needed a proxy server where &lt;strong&gt;each user gets their own distinct exit IP&lt;/strong&gt;. Multi-account automation, or avoiding IP-based rate limits—every connection from a different user should appear to come from a completely unique IPv6 address on the target sites.&lt;/p&gt;
&lt;p&gt;Most existing open-source proxies don&amp;rsquo;t make this easy: they either lack per-user binding, require separate instances/ports, or don&amp;rsquo;t handle IPv6 binding cleanly. So I built &lt;strong&gt;goproxy&lt;/strong&gt; from scratch in Go to solve exactly this problem.&lt;/p&gt;</description></item></channel></rss>