Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Block anonym.to referes

$
0
0
I'm using the following configuration to block all referers:

valid_referers none blocked domain.org;
if ($invalid_referer) {
return 403;
}

It works well.
But I'm receiving spam referring from anonym.to, which blanks the real referer. So it bypasses the block.
There's any way to block it permanently?

Viewing all articles
Browse latest Browse all 4759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>