From 0fec126f08db8d63f9d678bcfe5dfd1539f30d18 Mon Sep 17 00:00:00 2001 From: leonvita91 Date: Sat, 27 Aug 2022 15:42:32 +0100 Subject: [PATCH] add new-port-forward --- config/net/upstream.nix | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/config/net/upstream.nix b/config/net/upstream.nix index 8561828..07a2f66 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -125,13 +125,19 @@ in reflect = true; sourcePort = 5001; } - { #VPN_Wireguard - destination = "${servHosts.leon}:8800"; + { #VPN_Wireguard VPN1-interface + destination = "${servHosts.leon}:19800"; proto = "udp"; reflect = true; - sourcePort = 8800; + sourcePort = 18800; } - { + { #VPN_Wireguard VPN2-interface + destination = "${servHosts.leon}:19800"; + proto = "udp"; + reflect = true; + sourcePort = 19900; + } + { destination = servHosts.minetest; proto = "udp"; reflect = true;