mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-18 15:02:59 +02:00
logs: Add dynamic DNS logging section.
This commit is contained in:
@@ -51,6 +51,7 @@ $cgiparams{'SECTION'} = 'ipfire';
|
||||
my %sections = (
|
||||
'ipfire' => '(ipfire: )',
|
||||
'red' => '(red:|pppd\[.*\]: |chat\[.*\]|pppoe\[.*\]|pptp\[.*\]|pppoa\[.*\]|pppoa3\[.*\]|pppoeci\[.*\]|ipppd|ipppd\[.*\]|kernel: ippp\d|kernel: isdn.*|ibod\[.*\]|dhcpcd\[.*\]|modem_run\[.*\])',
|
||||
'ddns' => '(ddns\[\d+\]:)',
|
||||
'dns' => '(dnsmasq\[.*\]: )',
|
||||
'dhcp' => '(dhcpd: )',
|
||||
'clamav' => '(clamd\[.*\]: |freshclam\[.*\]: )',
|
||||
@@ -70,6 +71,7 @@ my %sections = (
|
||||
my %trsections = (
|
||||
'ipfire' => 'IPFire',
|
||||
'red' => 'RED',
|
||||
'ddns' => $Lang::tr{'dynamic dns'},
|
||||
'dns' => 'DNS',
|
||||
'dhcp' => "$Lang::tr{'dhcp server'}",
|
||||
'cron' => 'Cron',
|
||||
|
||||
Reference in New Issue
Block a user