From 4ada8878fc5da7adf988c802f1f00a416c5cc87d Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 4 Jun 2023 23:43:45 +0200 Subject: [PATCH] upstream4: forward 8000/tcp for coloradio --- config/net/upstream.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/net/upstream.nix b/config/net/upstream.nix index 613f270..e32a359 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -285,6 +285,12 @@ in reflect = true; sourcePort = 1022; } + # coloRadio + { + proto = "tcp"; + sourcePort = 8000; + destination = "192.168.9.127"; + } ]; interfaces = { core = {