As a developer that does ops stuff as a means to the ends of development - im afraid to admit I don't really understand what I need to do to transition to ipv6. Is it just pointing my domain names at an ipv6 address and updating iptables? Do I have to be concerned with it at an application level?
Most things "just work", though there are minor fixes and things to know, eg the standard notation for ipv6 literals in http is http://[::1]/ as the : might be a port specifier. I think the only thing I used recently that had no idea about ipv6 was Twisted, oh and some Java applications.
For general IPv6 tools, check out:
https://www.digitalocean.com/community/tutorials/how-to-conf...