From 3069e4c5b952daa7866a0077cc763835c9d3f43e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 6 Apr 2023 01:37:50 +0200 Subject: [PATCH] upstream: remove port forward for removed minetest --- config/net/upstream.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/net/upstream.nix b/config/net/upstream.nix index 285f600..534ab0c 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -136,12 +136,6 @@ in reflect = true; sourcePort = 19800; } - { - destination = servHosts.minetest; - proto = "udp"; - reflect = true; - sourcePort = 30000; - } # ? { destination = "172.22.99.175:22";