toggle_blocklist_entry
Enable or disable a DNS blocklist entry in OPNSense by specifying the UUID of the entry using the MCP server for efficient firewall management.
Instructions
Enable/disable a DNS blocklist entry
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes | UUID of the blocklist entry |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"description": "UUID of the blocklist entry",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}