mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-04 02:55:53 -06:00
security/stunnel: sync with master
This commit is contained in:
parent
b426dc1f8a
commit
fc7dfab3d0
@ -1,5 +1,6 @@
|
||||
PLUGIN_NAME= stunnel
|
||||
PLUGIN_VERSION= 1.0.5
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_COMMENT= Stunnel TLS proxy
|
||||
PLUGIN_MAINTAINER= ad@opnsense.org
|
||||
PLUGIN_DEPENDS= stunnel
|
||||
|
||||
@ -27,6 +27,7 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
require_once('util.inc');
|
||||
require_once('plugins.inc');
|
||||
require_once('config.inc');
|
||||
require_once('certs.inc');
|
||||
|
||||
@ -200,7 +200,7 @@ if __name__ == '__main__':
|
||||
parser.add_argument('--foreground', help='run in forground', default=False, action='store_true')
|
||||
inputargs = parser.parse_args()
|
||||
|
||||
syslog.openlog('identd_stunnel', logoption=syslog.LOG_DAEMON, facility=syslog.LOG_LOCAL4)
|
||||
syslog.openlog('identd_stunnel', facility=syslog.LOG_LOCAL4)
|
||||
|
||||
if inputargs.foreground:
|
||||
run_listener()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user