From 2c1158984d2bd9dee882da222e42b57b6381ba96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 21 Dec 2022 21:44:10 +0100 Subject: [PATCH] Add accidentially deleted lines back --- config/net/upstream.nix | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/config/net/upstream.nix b/config/net/upstream.nix index 850dfe1..e6758fa 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -121,21 +121,24 @@ in sourcePort = 2223; } { #Website - destination = "${leon}:5000"; + destination = "${leon}:5000"; proto = "tcp"; reflect = true; sourcePort = 5001; } { #VPN_Wireguard VPN1-interface - destination = "${leon}:18900"; + destination = "${leon}:18900"; proto = "udp"; reflect = true; sourcePort = 18800; - } + } { #VPN_Wireguard VPN2-interface - destination = "${leon}:19900"; - } - { + destination = "${leon}:19900"; + proto = "udp"; + reflect = true; + sourcePort = 19800; + } + { destination = servHosts.minetest; proto = "udp"; reflect = true;