fix the ipv4 redirects for dump-dvb stuff

This commit is contained in:
oxapentane - 2023-04-18 21:10:00 +02:00
parent 10b3da1a37
commit dd73d8ae9c
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C
1 changed files with 2 additions and 14 deletions

View File

@ -30,25 +30,13 @@
proxyTo.host = "172.20.73.162";
matchArg = "-m end";
} {
hostNames = [ "staging.dvb.solutions" ];
hostNames = [ "staging.dvb.solutions" "staging.tlm.solutions" ];
proxyTo = {
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" ];
hostNames = [ "dvb.solutions" "tlm.solutions" ];
proxyTo = {
host = "172.20.73.69";
};