Re: [Twisted-Python] need a name for an endpoint forwarder (twist/twistd plugin)

2017-08-10 Thread Glyph
> On Aug 10, 2017, at 1:52 PM, Brian Warner wrote: > > Or, should this just be a patch to the built-in portforward.py module? Yup :). https://twistedmatrix.com/trac/ticket/7057 -g___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com https

[Twisted-Python] need a name for an endpoint forwarder (twist/twistd plugin)

2017-08-10 Thread Brian Warner
Hey, so I had a need the other day for something like Twisted's built-in "twist portforward" module (which takes a TCP port to listen on, and when someone connects, it proxies that connection to a TCP port on some other host). Except I wanted something more general: portfoward can listen on any end