From 582f13c3031b2a4587650ae12bb40103090be430 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 25 Aug 2022 21:38:30 +0200 Subject: [PATCH] upstream4: change port forwarding from 777/udp to 8800/udp --- config/net/upstream.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/net/upstream.nix b/config/net/upstream.nix index 162dc03..8561828 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -129,7 +129,7 @@ in destination = "${servHosts.leon}:8800"; proto = "udp"; reflect = true; - sourcePort = 777; + sourcePort = 8800; } { destination = servHosts.minetest;