[erlang-questions] Simple port forwarding tool

Matthias Lang matthias@REDACTED
Wed Oct 27 18:06:36 CEST 2010


On Wednesday, October 27, Vincenzo Di Somma wrote:
> Hello,
> newby question, can you suggest me a port forwarding
> tool/snippet/example?

It only does TCP port forwarding, but maybe that's enough:

  http://github.com/matthiasl/eproxy

The forwarding is done in loop_body(), see:

  http://github.com/matthiasl/eproxy/blob/master/reflect.erl

Matt


More information about the erlang-questions mailing list