You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have started building out IPv6, and have been running a DNS server in Nomad and Podman. Using IPv6, the container has a nondeterministic IPv6 address, so setting this in DHCPv6, RDNSS, or glue records for delegation is problematic.
Workarounds include using Consul Template to reconfigure DHCPv6 and RADVD as the address changes, which is less than ideal.
I am just tidying up a patch and will open a pull request shortly.