core/src/www/diag_logs_resolver.php
Franco Fichtner 4a4352610a dns: consolidate previous, remove service names hack... #1491
... that was written at a time when either Unbound or Dnsmasq
could run, but nowadays both can run in tandem which "breaks"
the service widget on the log page.  The log page now belongs
to the Unbound service.
2017-03-21 08:26:01 +01:00

9 lines
128 B
PHP

<?php
$logfile = '/var/log/resolver.log';
$logclog = true;
$service_hook = 'unbound';
require_once 'diag_logs_template.inc';