upstream4: fix forwardPorts

This commit is contained in:
Astro 2022-12-16 19:29:00 +01:00
parent e926e053a1
commit 4f090527d4
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
let
servHosts = config.site.net.serv.hosts4;
inherit (config.site.net.c3d2.hosts4) dn42;
inherit (config.site.net.flpk.hosts4) leon;
inherit (config.site.net.flpk.hosts4) c3d2-web leon;
in
{
site.hosts = {
@ -43,7 +43,7 @@ in
sourcePort = 443;
}
{ # gemini
destination = "${servHosts.c3d2-web}:1965";
destination = "${c3d2-web}:1965";
proto = "tcp";
reflect = true;
sourcePort = 1965;