upstream4: add telnet port forwarding
parent
1ae152febb
commit
d770e9b28f
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue