From 57b11a6b986fb903e164a2c0712318b46a5694c3 Mon Sep 17 00:00:00 2001 From: japlic <98671117+japlic@users.noreply.github.com> Date: Thu, 18 Jul 2024 21:05:02 -0400 Subject: [PATCH] fixed it added why ipv6 rotation dose not work on us servers --- 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 +```