opn_add_dnsbl_allowlist
Add domains to a DNSBL allowlist without overwriting existing entries. Use when a domain is blocked by DNSBL and needs to be allowed access.
Instructions
Add domains to a DNSBL allowlist (whitelist) without overwriting existing entries.
Use this when a domain is blocked by DNSBL and you need to allowlist it (e.g. googleads.g.doubleclick.net blocking YouTube). Existing allowlist entries are preserved. Changes are applied immediately.
Get the UUID from opn_list_dnsbl first.
Parameters:
uuid: blocklist UUID from opn_list_dnsbl
domains: domains to add, comma or newline-separated
Returns: dict with 'added' (list), 'already_present' (list), 'dnsbl_status', and 'service_status'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| domains | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||