mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #755] [MERGED] feat: add ASN organization blacklist for IP filtering #744
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#744
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/755
Author: @dreamhunter2333
Created: 11/3/2025
Status: ✅ Merged
Merged: 11/3/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/email📝 Commits (1)
3bb88cefeat: add ASN organization blacklist for IP filtering📊 Changes
3 files changed (+90 additions, -30 deletions)
View changed files
📝
frontend/src/views/admin/IpBlacklistSettings.vue(+31 -0)📝
worker/src/admin_api/ip_blacklist_settings.ts(+21 -1)📝
worker/src/ip_blacklist.ts(+38 -29)📄 Description
User description
🤖 Generated with Claude Code
PR Type
Enhancement
Description
Added ASN organization blacklist support for IP filtering.
Enhanced admin UI to manage ASN blacklist settings.
Introduced shared utility for blacklist matching (IP and ASN).
Updated backend logic to validate and enforce ASN blacklist.
Changes walkthrough 📝
IpBlacklistSettings.vue
Add ASN blacklist management to admin UIfrontend/src/views/admin/IpBlacklistSettings.vue
ip_blacklist_settings.ts
Validate and sanitize ASN blacklist in admin APIworker/src/admin_api/ip_blacklist_settings.ts
ip_blacklist.ts
Add ASN blacklist logic and utility functionsworker/src/ip_blacklist.ts
isBlacklistedutility for generic blacklist matching.isAsnBlacklistedfunction for ASN-specific checks.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.