hosts/public-access-proxy: add tlm.solutions domain

This commit is contained in:
Markus Schmidl 2023-04-18 20:24:19 +02:00
parent 423348eee2
commit 10b3da1a37
1 changed files with 12 additions and 0 deletions

View File

@ -35,12 +35,24 @@
host = hostRegistry.staging-data-hoarder.ip4;
};
matchArg = "-m end";
} {
hostNames = [ "staging.tlm.solutions" ];
proxyTo = {
host = hostRegistry.staging-data-hoarder.ip4;
};
matchArg = "-m end";
} {
hostNames = [ "dvb.solutions" ];
proxyTo = {
host = "172.20.73.69";
};
matchArg = "-m end";
} {
hostNames = [ "tlm.solutions" ];
proxyTo = {
host = "172.20.73.69";
};
matchArg = "-m end";
} {
hostNames = [ "bind.serv.zentralwerk.org" ];
proxyTo.host = hostRegistry.bind.ip4;