unbound: style

This commit is contained in:
Franco Fichtner 2023-07-18 17:26:44 +02:00
parent 0318581664
commit 2e29bedb60

View File

@ -103,7 +103,6 @@ class OverviewController extends ApiControllerBase
$parsed = json_decode($response, true) ?? [];
/* Map the blocklist type keys to their corresponding description */
$nodes = (new \OPNsense\Unbound\Unbound())->getNodes();
$types = $nodes['dnsbl']['type'];