From: Michael Tremer Date: Tue, 26 May 2026 09:58:52 +0000 (+0100) Subject: logs.cgi/log.dat: Create a unified DNS section to Unbound, too X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa37fa7cf007ae6ada351b74ff62dba63553c4c1;p=ipfire-2.x.git logs.cgi/log.dat: Create a unified DNS section to Unbound, too We want to keep this so that people can go back and view Unbound logs for a little while. Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/logs.cgi/log.dat b/html/cgi-bin/logs.cgi/log.dat index 6c74dbcfd..90f675008 100644 --- a/html/cgi-bin/logs.cgi/log.dat +++ b/html/cgi-bin/logs.cgi/log.dat @@ -59,13 +59,13 @@ my %sections = ( 'ddns' => '(ddns\[\d+\]:)', 'dhcp' => '(dhcpd: )', 'dma' => '(dma: |dma\[.*\]: |postfix/\w*\[\d*\]: )', + 'dns' => '(knot_resolver.*: |supervisord: |kresd\[.*\]: |unbound: \[.*?\])', 'guardian' => '(guardian\[.*\]: )', 'haproxy' => '(haproxy\[.*?\]: )', 'ipblocklist' => '(ipblocklist: )', 'ipfire' => '(ipfire: )', 'ipsec' => '(ipsec_[\w_]+: |pluto\[.*\]: |charon: |vpnwatch: )', 'kernel' => '(kernel: (?!DROP_))', - 'knot-resolver' => '(knot_resolver.*: |supervisord: |kresd\[.*\]: )', 'monit' => '(monit\[.*?\]: )', 'ntp' => '(ntpd(?:ate)?\[.*\]: )', 'nut' => '(upsmon\[.*?\]: )', @@ -94,13 +94,13 @@ my %trsections = ( 'ddns' => "$Lang::tr{'dynamic dns'}", 'dhcp' => "$Lang::tr{'dhcp server'}", 'dma' => 'Mail', + 'dns' => $Lang::tr{'dns title'}, 'guardian' => "$Lang::tr{'guardian'}", 'haproxy' => 'HAProxy', 'ipblocklist' => "$Lang::tr{'ipblocklist'}", 'ipfire' => 'IPFire', 'ipsec' => 'IPSec', 'kernel' => "$Lang::tr{'kernel'}", - 'knot-resolver' => 'DNS: Knot-Resolver', 'monit' => 'Monit', 'ntp' => 'NTP', 'nut' => 'NUT',