From 6b81111b6d6646170bcaa35cd6f4f157e71cc5b9 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 6 Jul 2022 21:06:34 +0200 Subject: [PATCH] upstream4: add port forwarding for gnunet --- config/net/upstream.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/net/upstream.nix b/config/net/upstream.nix index c0f1c01..5aa17a3 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -254,6 +254,12 @@ in reflect = false; sourcePort = 3822; } + { + destination = servHosts.gnunet; + proto = "tcp"; + reflect = true; + sourcePort = 2086; + } ]; interfaces = { core = {