update minecraft

This commit is contained in:
♥ Minnie ♥ 2025-06-06 22:22:51 +08:00
parent ed9a836d2d
commit af2fccb12f
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 8 additions and 1 deletions

View file

@ -49,6 +49,8 @@ in {
motd = "\\u00A7aKanto Network \\u00A7e[1.19.2]\\u00A7r\\n\\u00A78I'll Use My Trusty Frying Pan As A Drying Pan!";
server-port = 25565;
white-list = true;
spawn-protection = 0;
allow-cheats = true;
};
# Things to symlink into this server's data directory.
@ -81,7 +83,7 @@ in {
services.traefik.dynamicConfigOptions.http.routers = {
minecraft = {
rule = "Host(`minecraft.home.arpa`)";
rule = "Host(`mc.home.arpa`)";
entryPoints = [
"websecure"
];