Commit 54e63dc4 authored by Franco Fichtner's avatar Franco Fichtner

system: options for IDS and Web Proxy XMLRPC sync; closes #1319

parent 3773faf7
......@@ -56,3 +56,16 @@ function squid_syslog()
return $logfacilities;
}
function squid_xmlrpc_sync()
{
$result = array();
$result[] = array(
'description' => gettext('Web Proxy'),
'section' => 'OPNsense.proxy',
'id' => 'squid',
);
return $result;
}
......@@ -56,3 +56,16 @@ function suricata_syslog()
return $logfacilities;
}
function suricata_xmlrpc_sync()
{
$result = array();
$result[] = array(
'description' => gettext('Intrusion Detection'),
'section' => 'OPNsense.IDS',
'id' => 'suricata',
);
return $result;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment