From 570bb7ca4bb056cdd4955c02b83f650947ee90c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20=28perso=29?= <4016501+unixfox@users.noreply.github.com> Date: Tue, 28 Nov 2023 19:50:06 +0100 Subject: [PATCH] use gua instead of ula for the docker ipv6 network in ula docker prefer ipv4 instead of ipv6 --- docs/ipv6-rotator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ipv6-rotator.md b/docs/ipv6-rotator.md index 41a6f77..4d513aa 100644 --- a/docs/ipv6-rotator.md +++ b/docs/ipv6-rotator.md @@ -85,8 +85,8 @@ If needed, IPv6 official documentation for Docker is at https://docs.docker.com/ enable_ipv6: true ipam: config: - - subnet: fd01:db8:a::/64 - gateway: fd01:db8:a::1 + - subnet: 2001:0DB9::/112 + gateway: 2001:0DB9::1 ``` Note: Don't change the subnet and the gateway. Unless there is a conflict with an existing docker network. 4. Make sure that you have this line set in `config.yml`: