Linux 软件免费装
Banner图

Easy IP Blocker

开发者 carlalberto
carl-alberto
更新时间 2026年5月13日 19:13
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

security traffic block ip ip blocker firewall

下载

1.0.3 1.0.2 1.0.4 2.0.2 2.1.0

详情介绍:

Easy IP Blocker is a lightweight security plugin that lets you block unwanted IP addresses directly from your WordPress dashboard. Protect your site from malicious traffic, brute-force login attempts, and spam by maintaining a blocklist with just a few clicks. Your entire blocklist is stored as a single plain-text option — one entry per line. There is no database table, no import/export workflow, and no complicated UI. Just copy, paste, and save. Back up your list by copying the textarea contents to a text file, or restore it by pasting one back in. It is that simple. Need to block IPs faster? Use the built-in WP-CLI commands to add, remove, or list entries without ever opening the dashboard. Features: Supported CDN / proxy providers: The plugin auto-detects which CDN or proxy is in front of your site and recommends the correct setting. You can also choose manually from the Settings tab. Supported blocking formats: WP-CLI commands: All commands that accept IPs support multiple entries in a single call. For example: wp eib add 192.168.1.1 10.0.0.0/24 172.16.0.* wp eib remove 192.168.1.1 10.0.0.0/24

安装:

Installing "Easy IP Blocker" can be done either by searching for "Easy IP Blocker" via the "Plugins > Add New" screen in your WordPress dashboard, or by using the following steps:
  1. Download the plugin via WordPress.org
  2. Upload the ZIP file through the 'Plugins > Add New > Upload' screen in your WordPress dashboard
  3. Activate the plugin through the 'Plugins' menu in WordPress

常见问题:

What is the plugin used for?

Easy IP Blocker allows you to block unwanted IP addresses from accessing your WordPress site. Navigate to Settings > Easy IP Block Settings, and add entries using exact IPs (192.168.1.1), CIDR ranges (10.0.0.0/24), or wildcards (172.16..). Use lines starting with # to add comments to your blocklist.

My site is behind Cloudflare / a CDN — will blocking work?

Yes. Go to Settings > Easy IP Block Settings > Settings tab and select your CDN or proxy from the "IP Detection Method" dropdown. The plugin will read the correct header to get the real visitor IP. If you are unsure, the plugin auto-detects your CDN and shows a recommendation on the Settings tab.

What is the "Auto (legacy)" IP detection method?

This is the default for existing installations. It checks multiple headers in order (HTTP_CLIENT_IP, X-Forwarded-For, REMOTE_ADDR). While convenient, it is less secure because attackers can spoof headers. We recommend selecting your specific CDN or "Direct" if you have no proxy.

Can I use a custom header?

Yes. Select "Custom header" from the IP Detection Method dropdown and enter the header name your proxy sets (e.g. X-Real-IP). This works with Nginx, HAProxy, or any non-standard proxy configuration.

更新日志:

2.1.0 2.0.0 1.0.4 1.0.3 1.0