<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://guides.hackclub.app/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=U083H6XP1H6</id>
	<title>Nest Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://guides.hackclub.app/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=U083H6XP1H6"/>
	<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php/Special:Contributions/U083H6XP1H6"/>
	<updated>2026-07-06T21:01:11Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=IPv6_vs_IPv4&amp;diff=89</id>
		<title>IPv6 vs IPv4</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=IPv6_vs_IPv4&amp;diff=89"/>
		<updated>2026-05-30T13:48:43Z</updated>

		<summary type="html">&lt;p&gt;U083H6XP1H6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;IPv6 is the upgraded successor to IPv4, and consist of hexadecimal values instead of integers. An IPv6 looks something like &amp;lt;code&amp;gt;2a01:4f9:3081:399c::1&amp;lt;/code&amp;gt;, while an IPv4 looks like &amp;lt;code&amp;gt;1.1.1.1&amp;lt;/code&amp;gt;. IPv6 using 128-bit alphanumerical values compared to IPV4&#039;s 32-bit numbers means that there are way more possible IPv6 addresses (340 undecillion compared to 4.3 billion), this means that they are also way cheaper. &lt;br /&gt;
&lt;br /&gt;
While an IPv4 from Hetzner is ~2$/month, most servers come with a free /64 IPv6 block, which is over 18 quintillion IPs. This means we can give everyone a free public IPv6, while it would be too expensive to give everyone an IPv4. If you need to expose a web service you can use the reverse proxy, but if you need to directly access a port you cannot do that over IPv4, and you have to use IPv6.&lt;br /&gt;
&lt;br /&gt;
You can view your public IPv6 on the dashboard.&lt;br /&gt;
&lt;br /&gt;
==== What if i need a public IPv4? ====&lt;br /&gt;
You can currently purchase a dedicated IPv4 address on the [https://macondo.hackclub.com Macondo] shop for 200 gold per 6 month period, with options for up to 3 years.&lt;br /&gt;
&lt;br /&gt;
==== IPv6 Support ====&lt;br /&gt;
Currently, IPv6 support worldwide sits at around 45%, to test if you can use IPv6 you can use https://test-ipv6.com/.&lt;br /&gt;
&lt;br /&gt;
==== Binding to IPv6 ====&lt;br /&gt;
To bind to IPv6, you need to use &amp;lt;code&amp;gt;::&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;0.0.0.0&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;::&amp;lt;/code&amp;gt; will bind to all interfaces, including IPv4. You can then access your service with &amp;lt;code&amp;gt;[ipv6]:port&amp;lt;/code&amp;gt; for example &amp;lt;code&amp;gt;[2a01:4f9:3081:399c::1]:8080&amp;lt;/code&amp;gt;. And if you want to point a domain at your ipv6 you can do so with a AAAA record.&lt;/div&gt;</summary>
		<author><name>U083H6XP1H6</name></author>
	</entry>
</feed>