1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-13 17:17:23 +01:00

default IPv6 AAAA records were missing

This was broken by the ability to have multiple TXT records in 9f1d633ae4.
This commit is contained in:
Joshua Tauberer
2015-06-17 06:18:32 -04:00
parent 9e0dcd8718
commit 2af557139d
2 changed files with 11 additions and 2 deletions

View File

@@ -13,6 +13,9 @@ Web:
* 'www' subdomains now automatically redirect to their parent domain (but you'll need to install an SSL certificate).
* OCSP no longer uses Google Public DNS.
DNS:
* Default IPv6 AAAA records were missing since version 0.09.
Control panel:
* Resetting a user's password now forces them to log in again everywhere.