From a960592f764989fa02cbf1530c7b88477ef40eff Mon Sep 17 00:00:00 2001 From: clerie Date: Wed, 10 Feb 2021 21:05:06 +0100 Subject: [PATCH] Minecraft port forward --- hosts/gatekeeper/configuration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hosts/gatekeeper/configuration.nix b/hosts/gatekeeper/configuration.nix index 7e9b7f8..439d58f 100644 --- a/hosts/gatekeeper/configuration.nix +++ b/hosts/gatekeeper/configuration.nix @@ -123,6 +123,17 @@ host = "nonat.net.clerie.de"; port = 22; }; + # riese + tcpPorts."25566" = { + host = "minecraft-2.net.clerie.de"; + port = 25566; + }; + # chaos + tcpPorts."25568" = { + host = "minecraft-2.net.clerie.de"; + port = 25568; + }; + # aerilon tcpPorts."25569" = { host = "minecraft-2.net.clerie.de"; port = 25565;