Anyone know of a simple socket proxy in python?
Sean True
seant at iname.com
Thu Dec 23 23:32:04 EST 1999
More information about the Python-list mailing list
Thu Dec 23 23:32:04 EST 1999
- Previous message (by thread): Anyone know of a simple socket proxy in python?
- Next message (by thread): Mailboxes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I've searched a bit and not found what I was looking for. I'm looking for a bit of source code in Python that would run on a firewall and connect external requests to internal TCP servers. Something like: python plug.py hostname 80 21 23 would route all incoming connections to ports 80, 21, and 23 to an internal host named 'hostname'. I'll reinvent the wheel if necessary, but wanted to check. Comments on the practicality of such a plug in Python are also welcome. -- Sean
- Previous message (by thread): Anyone know of a simple socket proxy in python?
- Next message (by thread): Mailboxes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list