From a1be8c31ace3877db4771dc18c7b25d3e6536f78 Mon Sep 17 00:00:00 2001 From: clerie Date: Sat, 6 Feb 2021 18:54:51 +0100 Subject: [PATCH] Add proxy for minecraft --- hosts/gatekeeper/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/gatekeeper/configuration.nix b/hosts/gatekeeper/configuration.nix index afd4ceb..451b837 100644 --- a/hosts/gatekeeper/configuration.nix +++ b/hosts/gatekeeper/configuration.nix @@ -131,6 +131,10 @@ host = "minecraft-1.net.clerie.de"; port = 25568; }; + tcpPorts."25569" = { + host = "minecraft-2.net.clerie.de"; + port = 25565; + }; }; clerie.gre-tunnel = {