Re: [tor-dev] hide my site in clearweb

2012-07-22 Thread Salva .
Which is the best solution ? I have thought in denying all connection does not come from a tor exit node, using iptables. > Date: Sun, 22 Jul 2012 16:26:00 -0700 > From: he...@kevinevans.name > To: tor-dev@lists.torproject.org > Subject: Re: [tor-dev] hide my site in clearweb > > You can only a

Re: [tor-dev] hide my site in clearweb

2012-07-22 Thread Kevin Evans
You can only allow the site to be accessed 127.0.0.1. On Sun, Jul 22, 2012 at 4:08 AM, Salva . wrote: > Hello, I have launched a website in TOR and I can access it through the > .onion address and also typing the ip of my server in my brower. > I want my site was only accessible from TOR and not

[tor-dev] hide my site in clearweb

2012-07-22 Thread Salva .
Hello, I have launched a website in TOR and I can access it through the .onion address and also typing the ip of my server in my brower.I want my site was only accessible from TOR and not through clearweb, how can I solve it ? Thank you guys.