We don't want to use IPv6 by default for any account or service. Yet, even after setting
The only thing that works (for DNS only) is clearing the entire contents, but the IPv6 is still used in all Apache configs. Rewriting the configs doesn't change anything either.
Our DA version is 1.61.5, which is the latest as of this moment.
ipv6=0
in directadmin.conf
it still uses IPv6 addresses in Apache configs as well as adding AAAA records on domain creation. We even use custom DNS templates (/usr/local/directadmin/data/templates/custom/dns_aaaa.conf
) and it contains the condition |*if IS_IPV6="yes"|
to make sure it's only used if IPv6 is actually enabled.The only thing that works (for DNS only) is clearing the entire contents, but the IPv6 is still used in all Apache configs. Rewriting the configs doesn't change anything either.
Our DA version is 1.61.5, which is the latest as of this moment.