From abd6a32d43d05001de451b1bde05603f34e3892f Mon Sep 17 00:00:00 2001 From: Markus Schmidl Date: Mon, 6 May 2019 19:31:33 +0200 Subject: [PATCH] contains/public-access-proxy: update --- hosts/containers/public-access-proxy/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/containers/public-access-proxy/configuration.nix b/hosts/containers/public-access-proxy/configuration.nix index b5484b40..770350df 100644 --- a/hosts/containers/public-access-proxy/configuration.nix +++ b/hosts/containers/public-access-proxy/configuration.nix @@ -39,6 +39,10 @@ hostNames = [ "c3d2.arkom.men" ]; proxyTo = { host = "80.153.192.57"; httpPort = 80; httpsPort = 443; }; } + { + hostNames = [ "cloud.bombenverleih.de" "arkom.men" "kl.arkom.men" "cloud.arkom.men" ]; + proxyTo = { host = "fe80::461e:a1ff:fe59:2ee8"; httpPort = 80; httpsPort = 443; }; + } ]; };