opn_remove_dnsbl_allowlist
Removes specified domains from a DNSBL allowlist using the blocklist UUID, restoring DNSBL blocking for them. Use when domains no longer need to be allowed.
Instructions
Remove domains from a DNSBL allowlist.
Use this when you no longer need a domain allowlisted and want to re-enable DNSBL blocking for it. Changes are applied immediately.
Get the UUID from opn_list_dnsbl first.
Parameters:
uuid: blocklist UUID from opn_list_dnsbl
domains: domains to remove, comma or newline-separated
Returns: dict with 'removed' (list), 'not_found' (list), 'dnsbl_status', and 'service_status'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| domains | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||