Skip to content

feat: add Filters for accept/deny IP filtering (fixes #117) - #140

Merged
acul71 merged 5 commits into
masterfrom
feat/117-filters
Sep 6, 2026
Merged

feat: add Filters for accept/deny IP filtering (fixes #117)#140
acul71 merged 5 commits into
masterfrom
feat/117-filters

Conversation

@acul71

@acul71 acul71 commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Summary

Demo

=== Default ACCEPT with private range DENY ===
/ip4/8.8.8.8/tcp/53 -> blocked=False
/ip4/10.0.0.5/tcp/80 -> blocked=True
...

Test plan

  • pytest tests
  • newsfragment 117.feature.rst
  • python examples/filters/filters_example.py

Made with Cursor

@acul71
acul71 merged commit d88d0a1 into master Sep 6, 2026
10 checks passed
@acul71
acul71 deleted the feat/117-filters branch September 6, 2026 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No Filters class for accept/deny IP filtering

1 participant