Manage Address List Entry
manage_address_list_entryAdd or remove an IP address from a firewall address list with idempotent operations and optional dry-run preview.
Instructions
Add or remove a firewall address list entry. Idempotent by list name + address. Supports dry-run mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | No | Router ID; omit to use the default router. | |
| action | Yes | Action to perform | |
| list | Yes | Address list name | |
| address | Yes | IP address or CIDR to add/remove | |
| comment | No | Optional comment for the entry | |
| timeout | No | Expiry timeout (e.g. 1d, 2h30m) — omit for permanent | |
| dryRun | No | Preview changes without applying. |