TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Biggest IP blocking resource for webmaster that I found

4 pointsby ignaslalmost 6 years ago

2 comments

LinuxBenderalmost 6 years ago
I&#x27;ve used several of these for years in conjunction with<p><pre><code> ip route add blackhole &quot;${ip}&quot; </code></pre> Blocking via route uses less CPU and memory than iptables+iplist hashes, but iplist hashes can be useful if you want to track what is being blocked. If using iptables, be sure to block in the raw table to avoid connection tracking table CPU hits.
jonnys1almost 6 years ago
That&#x27;s really a lot of lists. I was thinking of blocking proxied access to my site for a while and might go and try to use this.