automated-pihole icon indicating copy to clipboard operation
automated-pihole copied to clipboard

IPv4 and IPv6 alongside

Open xopez opened this issue 4 years ago • 1 comments

Hello,

This thing here is quite nice. I only have a question. How can I add IPv6 support since i want to user IPv4 and IPv6?

xopez avatar Aug 21 '19 06:08 xopez

Good question! By default, the Docker daemon configures the container’s network for IPv4 only. Additional steps are needed to enable IPv4/IPv6 dualstack support, i.e. one needs to manually create an IPv6 network and assign it to the correct containers. More information: https://docs.docker.com/v17.09/engine/userguide/networking/default_network/ipv6/#how-ipv6-works-on-docker

I'm planning on revamping this playbook into a proper Ansible role, so I can publish it to Ansible Galaxy. I'll put your request on the roadmap to look into when rewriting it into a role :)

Freekers avatar Aug 21 '19 19:08 Freekers