mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
Tinc/missing log facility, closes https://github.com/opnsense/plugins/issues/720
(cherry picked from commitf30eef2859) (cherry picked from commit8bcfa9b974)
This commit is contained in:
parent
ac36ac1086
commit
b32cb8bfb6
2 changed files with 2 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
|||
PLUGIN_NAME= tinc
|
||||
PLUGIN_VERSION= 1.3
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_VERSION= 1.4
|
||||
PLUGIN_COMMENT= Tinc VPN
|
||||
PLUGIN_DEPENDS= tinc
|
||||
PLUGIN_MAINTAINER= ad@opnsense.org
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ function tinc_syslog()
|
|||
$logfacilities = array();
|
||||
|
||||
$logfacilities['tinc'] = array(
|
||||
'facility' => array(),
|
||||
'facility' => array('tincd'),
|
||||
'remote' => 'vpn',
|
||||
);
|
||||
$mdl = new \OPNsense\Tinc\Tinc();
|
||||
|
|
|
|||
Loading…
Reference in a new issue