upstream4: fix forwardPorts
parent
e926e053a1
commit
4f090527d4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue