mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 13:55:53 +03:00
[PR #756] [MERGED] fix: ASN blacklist not working due to missing asnBlacklist field #745
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#745
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/756
Author: @dreamhunter2333
Created: 11/3/2025
Status: ✅ Merged
Merged: 11/3/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/email📝 Commits (1)
cdd73f2fix: ASN blacklist not working due to missing asnBlacklist field📊 Changes
2 files changed (+14 additions, -12 deletions)
View changed files
📝
worker/src/admin_api/ip_blacklist_settings.ts(+2 -1)📝
worker/src/ip_blacklist.ts(+12 -11)📄 Description
User description
🤖 Generated with Claude Code
PR Type
Bug fix, Enhancement
Description
Fix missing
asnBlacklistfield in IP blacklist settings.Add case-insensitive flag support for regex patterns.
Refactor IP blacklist logic for better organization.
Improve handling of IP and ASN blacklist checks.
Changes walkthrough 📝
ip_blacklist_settings.ts
Add `asnBlacklist` field to IP blacklist settingsworker/src/admin_api/ip_blacklist_settings.ts
asnBlacklistfield to default settings.asnBlacklistis included in returned settings.ip_blacklist.ts
Enhance IP and ASN blacklist logic and regex handlingworker/src/ip_blacklist.ts
asnBlacklistin settings retrieval logic.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.