Hi and thank you so much for all the work you do on ISPConfig. I have a fully working IPv4/6 configuration on Debian 8 with ISPConfig 3.1b1. I have added the addresses to System -> Server IP Addresses. How to get the IPv6-Address field to show in Website settings?
change line 80 in interface/web/sites/templates/web_vhost_domain_edit.htm from Code: <div class="form-group" style="display:none"> to Code: <div class="form-group">
The master branch does not contain recent changes, always use stable-3.1 branch as it contains the bugfixes. the master branch is the untested code for the 3.2 release.
No, the simple reason is that it is not necessary the wildcard always matches IPv4 and IPv6. so * in IPv4 works for IPv6 and IPv6.
As soon as you select * in apache in a vhost, it will listen to all IPv6 and IPv4 addresses. So setting it to one IPv4 address and * in the ipv6 field will make this vhost listen on all IPv4 anyway, so this makes no sense to have * in both fields as * means: all IP AND all protocols.