<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://guides.hackclub.app/index.php?action=history&amp;feed=atom&amp;title=IPv6_vs_IPv4</id>
	<title>IPv6 vs IPv4 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://guides.hackclub.app/index.php?action=history&amp;feed=atom&amp;title=IPv6_vs_IPv4"/>
	<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=IPv6_vs_IPv4&amp;action=history"/>
	<updated>2026-05-24T21:08:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=IPv6_vs_IPv4&amp;diff=57&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;IPv6 is the upgraded successor to IPv4, and consist of hexadecimal values instead of integers. An IPv6 looks something like &lt;code&gt;2a01:4f9:3081:399c::1&lt;/code&gt;, while an IPv4 looks like &lt;code&gt;1.1.1.1&lt;/code&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.   While an IPv4 from Hetzner is ~2$/month, most serve...&quot;</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=IPv6_vs_IPv4&amp;diff=57&amp;oldid=prev"/>
		<updated>2026-05-21T16:22:33Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;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&amp;#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.   While an IPv4 from Hetzner is ~2$/month, most serve...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&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&amp;#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;
==== 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>Admin</name></author>
	</entry>
</feed>