unblock_domain
Remove a domain from the DNS blocklist on OPNSense firewalls using the MCP server, enabling access to previously restricted sites.
Instructions
Remove a domain from the DNS blocklist
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes | Domain to unblock |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"description": "Domain to unblock",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
}