From 5d7bcf31b298073619464dadd07a17e9483b3a11 Mon Sep 17 00:00:00 2001 From: leonvita91 Date: Sun, 28 Aug 2022 00:45:00 +0100 Subject: [PATCH] update port --- config/net/upstream.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/config/net/upstream.nix b/config/net/upstream.nix index 07a2f66..51fec9a 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -119,25 +119,25 @@ in reflect = true; sourcePort = 2223; } - { #Website - destination = "${servHosts.leon}:5000"; + { #Website + destination = "${servHosts.leon}:5000"; proto = "tcp"; reflect = true; sourcePort = 5001; - } + } { #VPN_Wireguard VPN1-interface - destination = "${servHosts.leon}:19800"; + destination = "${servHosts.leon}:18900"; proto = "udp"; reflect = true; sourcePort = 18800; - } - { #VPN_Wireguard VPN2-interface - destination = "${servHosts.leon}:19800"; + } + { #VPN_Wireguard VPN2-interface + destination = "${servHosts.leon}:19900"; proto = "udp"; reflect = true; - sourcePort = 19900; - } - { + sourcePort = 19800; + } + { destination = servHosts.minetest; proto = "udp"; reflect = true;