guibranco / guibranco/ipquery-wordpress

[FEATURE] Add IP blocklist with configurable blocking behavior

Open
#24 0 comments 0 reactions 1 assignee Claimed by @guibranco View on GitHub
✨ feature 📝 documentation good first issue hacktoberfest help wanted 🧪 tests
Dominant language
PHP
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Add support for an IP blocklist that allows administrators to flag IP addresses and automatically block their requests using configurable responses such as **HTTP 403**, redirect to a custom URL, or silent drop.

### Motivation

This enables proactive mitigation of malicious traffic directly from the plugin dashboard.

### Proposed behavior

* Admin UI to add/remove IPs to blocklist
* Blocking response options:

* HTTP 403
* redirect to custom URL
* silent drop
* Blocklist entries override normal scoring logic

### Acceptance Criteria

* [ ] Admin UI allows adding/removing IPs from blocklist
* [ ] Blocking response type is configurable
* [ ] Requests from blocked IPs are intercepted early
* [ ] Blocked requests are logged
* [ ] Feature documented in settings help text

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.