IP Blocking interceptor
Open
- Dominant language
- Rust
- Stars
- 130
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Block IP or list of IPs
```
allow 192.168.1.1;
deny all;
-----
allow 192.168.1.0/24; // Restrict Access by CIDR Range
deny all;
```
Contributor guide
No contributing guide indexed for this repository
Research direction
No files, tests, or entry points are named. Start by locating the gateway's request interception and configuration entry points, then determine how allow/deny rules and CIDR ranges should be represented and enforced. Done should include blocking individual IPs and ranges while allowing listed addresses.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100