GRBL Usage Guide
How to check if an IP is listed, request delisting, and interact with the API via curl.
Checking an IP
Look up whether an IP address is listed in the RBL.
Via the Website
Go to rbl.gnoppix.org, enter the IPv4 address and click Lookup.
Via DNS Proxy (curl)
Rate-limited: 12 req/min, burst 10.
Response (listed)
Response (not listed)
Delisting Flow
Request removal from the blocklist by proving domain ownership.
Enter IP & Domain
Go to the delist page and enter your listed IP and domain name (must match the PTR record). Click Request Challenge.
Alternatively, use curl:
Add TXT Record
Add the following TXT record to your DNS zone:
Wait for DNS propagation (usually a few minutes).
Verify
Click Verify Now on the website, or use curl:
Probation
If verified successfully, the IP is removed and enters probation:
- With valid PTR record: 14-day probation
- Without PTR record: 30-day probation
- If re-listed during probation, the IP is flagged as a repeat offender
Check Delist Status
Command Line (curl)
All API endpoints available via curl for scripting and automation.
Health Check
Lookup an IP
Request Delisting
Verify Delisting
Check Delist Status
Direct DNS query (dig)
Query the RBL DNS server directly on port 53: