contains/public-access-proxy: update

This commit is contained in:
Markus Schmidl 2019-05-06 19:31:33 +02:00
부모 51981decf6
커밋 abd6a32d43
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

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