Hi all, What is the recommended way to setup the IPv4 and IPv6 fields? I got problems with servers not resolving to the proper site when IP has been set. Also even if I use the * in the IPv4, there isn't any related for the IPv6? Any pros and cons?
Is there a way Till to change that value direct to the DB or with a script somehow to avoid editing hundreads of sites?
You can change it in the database using phpmyadmin and then run Tools > resnyc on the sites. But using the IP address is fine as well, just do not mix * and IP on the same server.
Thanks but how can I ensure that for example the myhostname.com will be solving always as the default in case someone write the IP or hostname?
Apache will show the first vhost in alphabetical order if no better matching site is found (no matter if you use * or the IP in sites). Therefore you can create a site like 000default.tld which is likely always the first one in alphabet to catch such requests and serve as the default vhost.