From acfce52b99c5eacd919f44e51690cb3c270777d9 Mon Sep 17 00:00:00 2001 From: goeranh Date: Wed, 25 Feb 2026 21:16:08 +0100 Subject: [PATCH] fix vot ip --- hosts/proxy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/proxy/default.nix b/hosts/proxy/default.nix index 215b52f..c0c59f9 100644 --- a/hosts/proxy/default.nix +++ b/hosts/proxy/default.nix @@ -68,7 +68,7 @@ httpsPort = 443; }; vot = { - dest = "141.56.51.81"; + dest = "141.56.51.57"; domain = "vot.htw.stura-dresden.de"; httpPort = 80; httpsPort = 443;