create_dns_access_list
Create DNS Resolver access list entries to permit or deny DNS queries from specific networks, with optional immediate activation.
Instructions
Create a DNS Resolver access list entry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| descr | No | Optional description | |
| aclname | Yes | Name of the access list | |
| networks | No | List of network dicts, each with "network" and "mask" keys (e.g., [{"network": "192.168.1.0", "mask": 24}]) | |
| aclaction | Yes | Action (allow, deny, refuse, allow_snoop, deny_nonlocal, refuse_nonlocal) | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||