From 552a6a3fa8c2634afd07326b4f64bb2f97411d81 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 12 Jan 2022 00:09:46 +0100 Subject: [PATCH] config/net/upstream: add port forwarding 45000/tcp --- config/net/upstream.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/net/upstream.nix b/config/net/upstream.nix index 878d15b..916c151 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -354,6 +354,12 @@ reflect = true; sourcePort = 2323; } + { + destination = "172.20.75.222:3389"; + proto = "tcp"; + reflect = true; + sourcePort = 45000; + } ]; interfaces = { core = {