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";