There is no real need to perform DNS over IPv6 if you run dual stack for all your hosts. IPv6 addresses can still be resolved over IPv4.
I think you could just create a loopback interface and give it a static IPv6 ULA, and point to that in any static DNS client config. From a quick test, it seems to work for me.
"dig -6" means dig over IPv6.To ask for the IPv6 address instead (over IPv4) you need to use "dig www.google.com aaaa".
Quote from: dseven on October 23, 2024, 05:25:22 pmI think you could just create a loopback interface and give it a static IPv6 ULA, and point to that in any static DNS client config. From a quick test, it seems to work for me.Hopefully the follow up is as reasonable, how would I do this?