Configuration
🔧 Rules Configuration
Each section allows bulk adding/removing of block criteria.
1. Domains Blacklist
- Add one domain per line (e.g.,
tempmail.com) - Any user registering with an email ending in the domain will be blocked.
2. Names Blacklist
- Add name keywords (e.g.,
test,admin,bot) - Partial match will trigger a block.
3. Blocked IPs
- Add specific IP addresses (e.g.,
123.45.67.89) - Matching IPs are blocked from registering.
You can upload bulk entries using a simple .txt file for each section. Each line in the file should represent one entry. Here's how it works:
📂 Bulk Upload via Text File
To make configuration faster, you can upload entries in bulk using a plain text file:
✅ Supported Format:
- One entry per line
- No special formatting needed
- File extension:
.txt
📥 Example Uploads:
Blocked Domains (blocked-domains.txt)
tempmail.com
mailinator.com
10minutemail.net
Blocked Names (blocked-names.txt)
john does
admin user
bot user
After uploading, the system will parse the file line-by-line and add each entry to the corresponding block list.
🔁 Tip: If you're re-uploading an updated list, duplicates will be ignored or replaced based on your settings. Be sure to review the upload status or confirmation message.