bind dual-stack-ly
This commit is contained in:
parent
e621cca1c2
commit
236f838662
1 changed files with 2 additions and 2 deletions
|
@ -88,13 +88,13 @@
|
||||||
|
|
||||||
mcAddr = mkOption {
|
mcAddr = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "0.0.0.0:25565";
|
default = "[::]:25565";
|
||||||
description = lib.mdDoc "The socket address to listen to Minecraft connections.";
|
description = lib.mdDoc "The socket address to listen to Minecraft connections.";
|
||||||
};
|
};
|
||||||
|
|
||||||
relayAddr = mkOption {
|
relayAddr = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "0.0.0.0:25575";
|
default = "[::]:25575";
|
||||||
description = lib.mdDoc "The socket address to listen to quiclime connections.";
|
description = lib.mdDoc "The socket address to listen to quiclime connections.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue