upstream4: add telnet port forwarding

This commit is contained in:
Astro 2022-12-12 20:57:06 +01:00
parent 1ae152febb
commit d770e9b28f
1 changed files with 5 additions and 0 deletions

View File

@ -48,6 +48,11 @@ in
reflect = true;
sourcePort = 1965;
}
{ # telnet telme
destination = "${servHosts.c3d2-web}:23";
proto = "tcp";
sourcePort = 23;
}
{
destination = "172.20.73.61";
proto = "tcp";