From aaa5adab620b33e0eeb85a04c4806489950c86c7 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 28 Dec 2023 21:15:21 +0100 Subject: [PATCH] upstream4: add dn42 port forwarding --- config/net/upstream.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/net/upstream.nix b/config/net/upstream.nix index 00743ed..18e6585 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -92,6 +92,12 @@ in reflect = true; sourcePort = 2340; } + { + destination = dn42; + proto = "udp"; + reflect = true; + sourcePort = 2342; + } { destination = dn42; proto = "udp";