public-access-proxy: fix sdr domain name

This commit is contained in:
Astro 2021-09-26 01:47:02 +02:00
parent 9a7a585f63
commit 8974270a90
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
proxyTo.host = hostRegistry.hosts.mobilizon.ip4;
}
{
hostNames = [ "sdr.c3d2.de" ];
hostNames = [ "sdr.hq.c3d2.de" ];
proxyTo.host = hostRegistry.hosts.radiobert.ip4;
}
];