mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
Merge pull request #5423 from fraenki/turnserver_130
net/turnserver: release 1.3
This commit is contained in:
commit
be18b31cb3
3 changed files with 6 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= turnserver
|
||||
PLUGIN_VERSION= 1.2
|
||||
PLUGIN_VERSION= 1.3
|
||||
PLUGIN_COMMENT= The coturn STUN/TURN Server
|
||||
PLUGIN_DEPENDS= turnserver
|
||||
PLUGIN_MAINTAINER= opnsense@moov.de
|
||||
|
|
|
|||
|
|
@ -6,6 +6,11 @@ WWW: https://github.com/coturn/coturn
|
|||
Plugin Changelog
|
||||
================
|
||||
|
||||
1.3
|
||||
|
||||
Changed:
|
||||
* remove obsolete options from config
|
||||
|
||||
1.2
|
||||
|
||||
Added:
|
||||
|
|
|
|||
|
|
@ -56,11 +56,7 @@ permission-lifetime={{ OPNsense.turnserver.settings.PermissionLifetime }}
|
|||
|
||||
# Defaults
|
||||
log-file=syslog
|
||||
no-cli
|
||||
no-software-attribute
|
||||
no-multicast-peers
|
||||
no-tlsv1
|
||||
no-tlsv1_1
|
||||
no-rfc5780
|
||||
no-stun-backward-compatibility
|
||||
response-origin-only-with-rfc5780
|
||||
|
|
|
|||
Loading…
Reference in a new issue