3

How would i block tor2web and proxies like that from my tor hidden services? Like a nginx rule or something to make sure no one can access my tor hidden service through these services.

mdfnjv
  • 31
  • 1
  • 2

1 Answers1

3

The Tor2Web software includes an 'X-tor2web' header in all hidden service requests [1].

You should be able to configure nginx to block requests or show an error page when the request includes a 'X-tor2web' header.

Donncha
  • 121
  • 2