IPv6 support? #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It is possible to add IPv6 support.
To my current understanding of IPv6, there are multiple addresses per host and with SLAAC or DHCPv6 the prefix may not stay the same and your DNS records need to be updated too.
I am considering adding IPv6 (AAAA record) support, either via a per-host agent model or a centralized updater that can monitor multiple interfaces and/or hosts.
Before implementing any IPv6 support I would like to ask the opinion and thoughts of people with more IPv6 networking experience than me.
I'm also making this issue to see if there is interest in IPv6 support.