opn_remove_dnsbl_allowlist
Remove domains from a DNSBL allowlist to re-enable DNSBL blocking. Provide the UUID and domains; changes apply immediately.
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 | |||