From d537d7b20faeb1c6fd2d3a9785acf572cc771015 Mon Sep 17 00:00:00 2001 From: goeranh Date: Fri, 13 Mar 2026 16:27:16 +0100 Subject: [PATCH] redirect post.htw --- hosts/proxy/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/proxy/default.nix b/hosts/proxy/default.nix index ee605fd..d437331 100644 --- a/hosts/proxy/default.nix +++ b/hosts/proxy/default.nix @@ -73,6 +73,12 @@ httpPort = 80; httpsPort = 443; }; + post = { + dest = "141.56.51.56"; + domain = "post.htw.stura-dresden.de"; + httpPort = 80; + httpsPort = 443; + }; vot = { dest = "141.56.51.57"; domain = "vot.htw.stura-dresden.de";