Anyone know of a simple socket proxy in python?

Jeff Kunce kuncej at mail.conservation.state.mo.us
Mon Dec 27 18:26:16 EST 1999


> 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:

The proxy code in urllib.py might give you some ideas.

  --Jeff





More information about the Python-list mailing list