bind dual-stack-ly

This commit is contained in:
Skye 2025-02-24 17:43:27 +09:00
parent e621cca1c2
commit 236f838662
Signed by: me
GPG key ID: 0104BC05F41B77B8

View file

@ -88,13 +88,13 @@
mcAddr = mkOption {
type = types.str;
default = "0.0.0.0:25565";
default = "[::]:25565";
description = lib.mdDoc "The socket address to listen to Minecraft connections.";
};
relayAddr = mkOption {
type = types.str;
default = "0.0.0.0:25575";
default = "[::]:25575";
description = lib.mdDoc "The socket address to listen to quiclime connections.";
};