(cherry picked from commit f30eef2859)
(cherry picked from commit 8bcfa9b974)
This commit is contained in:
Ad Schellevis 2018-09-06 21:33:59 +02:00 committed by Franco Fichtner
parent ac36ac1086
commit b32cb8bfb6
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -44,7 +44,7 @@ function tinc_syslog()
$logfacilities = array();
$logfacilities['tinc'] = array(
'facility' => array(),
'facility' => array('tincd'),
'remote' => 'vpn',
);
$mdl = new \OPNsense\Tinc\Tinc();