public-access-proxy: add robots.datenspuren.de

This commit is contained in:
Astro 2020-09-19 19:15:13 +02:00
parent 3202318820
commit 13f735c0d7
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni

Vedi File

@ -38,6 +38,10 @@
hostNames = [ "robo1.hq.c3d2.de" ];
proxyTo = { host = "172.20.79.62"; httpPort = 80; };
}
{
hostNames = [ "robots.datenspuren.de" ];
proxyTo = { host = "172.22.99.170"; httpPort = 80; httpsPort = 443; };
}
];
};