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

This commit is contained in:
Astro 2020-09-19 19:15:13 +02:00
förälder 3202318820
incheckning 13f735c0d7
1 ändrade filer med 4 tillägg och 0 borttagningar

Visa fil

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