From 766829f8a844de81cf784e99f795513dd26552a2 Mon Sep 17 00:00:00 2001 From: japlic <98671117+japlic@users.noreply.github.com> Date: Thu, 18 Jul 2024 20:52:58 -0400 Subject: [PATCH 1/2] put why ipv6 is blocked for ipv6 us --- docs/configuration/ipv6/hetzner.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/configuration/ipv6/hetzner.md b/docs/configuration/ipv6/hetzner.md index b6c142873..06a723659 100644 --- a/docs/configuration/ipv6/hetzner.md +++ b/docs/configuration/ipv6/hetzner.md @@ -2,6 +2,8 @@ description: How to configure IPv6 on your Hetzner VPS. --- +# US locations for hetzner blockeds ipv6 rotation + Setting up IPv6 for Lavalink on a Hetzner VPS is just 3 commands. The VPS comes with a /64 address to use and already has IPv6 enabled for you. This how-to may depend on your system's OS, but it has already been tested on `Ubuntu` and `Debian`. @@ -26,4 +28,4 @@ ping6 -I 1234:1234:1234:: -c 2 google.com ping6 -I 1234:1234:1234::1 -c 2 google.com ping6 -I 1234:1234:1234::2 -c 2 google.com ping6 -I 1234:1234:1234:dead:beef:1234:1234 -c 2 google.com -``` \ No newline at end of file +``` From 05e83713085d3b07150a47b1b9912f5859f423b8 Mon Sep 17 00:00:00 2001 From: japlic <98671117+japlic@users.noreply.github.com> Date: Thu, 18 Jul 2024 20:59:49 -0400 Subject: [PATCH 2/2] Update hetzner.md sorry im shit --- docs/configuration/ipv6/hetzner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/ipv6/hetzner.md b/docs/configuration/ipv6/hetzner.md index 06a723659..a56b001c8 100644 --- a/docs/configuration/ipv6/hetzner.md +++ b/docs/configuration/ipv6/hetzner.md @@ -2,7 +2,7 @@ description: How to configure IPv6 on your Hetzner VPS. --- -# US locations for hetzner blockeds ipv6 rotation +US locations for hetzner blockeds ipv6 rotation Setting up IPv6 for Lavalink on a Hetzner VPS is just 3 commands. The VPS comes with a /64 address to use and already has IPv6 enabled for you.