roundcube: IPv6 by default

This commit is contained in:
Victor SENE 2018-10-03 11:22:50 +02:00 committed by Robin Gloster
parent 195fa0dafc
commit 2f8073bd92
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -11,8 +11,8 @@ in
listenAddress = mkOption {
type = types.str;
default = 127.0.0.1;
description = "Listening address";
default = "[::]";
description = "Listening address. IPv6 addresses must be enclosed in square brackets";
};
listenPort = mkOption {