[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: Tor and port 80



On Mon, Sep 26, 2005 at 01:12:12PM -0400, Marc Abel wrote:
> Is there a hack for sharing port 80 between a Tor server AND a WWW
> server on a single IP?  What I'm thinking is, "looks like a website to
> the authorities", and "looks like a Tor server to Chinese dissidents".

It should be possible to write a small server listening on port 80 that
does something like this:

if traffic exactly is tor server traffic
   route/nat/tunnel to internal tor port
else
   route/nat/tunnel to internal httpd port
  


carmee.