roundcube: IPv6 by default
This commit is contained in:
parent
195fa0dafc
commit
2f8073bd92
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user