TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Biggest IP blocking resource for webmaster that I found

4 点作者 ignasl将近 6 年前

2 条评论

LinuxBender将近 6 年前
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.
jonnys1将近 6 年前
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.