upstream4: add port forwarding

This commit is contained in:
Astro 2021-09-10 20:00:04 +02:00
parent 04de05ce75
commit 23190495ff
1 changed files with 5 additions and 0 deletions

View File

@ -259,6 +259,11 @@ in
proto = "tcp";
sourcePort = 2222;
}
{
destination = "${config.site.net.serv.hosts4.vps1}:22";
proto = "tcp";
sourcePort = 2225;
}
];
}