3

I heard of the Tor browser from friend and downloaded it.

I'm curious to see what exists on the .onion sites but all the ones I tried shows me an error message telling me that there is a connection problem.

I wonder if I have properly configure Tor and if not, how can I make it correctly?

CrimsonDark
  • 774
  • 2
  • 5
  • 23
kirito
  • 31
  • 1
  • 2

1 Answers1

-1

Enable the dns function of tor. In torrc, add the line

DNSPort 53

If you use unix, you will also need to add the line

user tor

to torrc and run tor as root, because it needs to bind to port 53.

And configure your operating system to use localhost as DNS server.

There are also other ways, such as using a caching dns server.

v7d8dpo4
  • 305
  • 1
  • 5