contains/public-access-proxy: update

This commit is contained in:
Markus Schmidl 2019-05-06 19:31:33 +02:00
parent 51981decf6
commit abd6a32d43
1 changed files with 4 additions and 0 deletions

View File

@ -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; };
}
];
};