roundcube: IPv6 by default
This commit is contained in:
parent
195fa0dafc
commit
2f8073bd92
@ -11,8 +11,8 @@ in
|
|||||||
|
|
||||||
listenAddress = mkOption {
|
listenAddress = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = 127.0.0.1;
|
default = "[::]";
|
||||||
description = "Listening address";
|
description = "Listening address. IPv6 addresses must be enclosed in square brackets";
|
||||||
};
|
};
|
||||||
|
|
||||||
listenPort = mkOption {
|
listenPort = mkOption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user