mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net/turnserver: hide protocol violating options, refs #4495
This commit is contained in:
parent
8d2972a4ac
commit
a16e9a0eea
2 changed files with 13 additions and 2 deletions
|
|
@ -2,3 +2,12 @@ Coturn is a free open source implementation of TURN and STUN Server.
|
|||
The TURN Server is a VoIP media traffic NAT traversal server and gateway.
|
||||
|
||||
WWW: https://github.com/coturn/coturn
|
||||
|
||||
1.1
|
||||
|
||||
Changed:
|
||||
* hide protocol violating options
|
||||
|
||||
1.0
|
||||
|
||||
Initial release
|
||||
|
|
|
|||
|
|
@ -116,12 +116,14 @@
|
|||
<id>turnserver.settings.ChannelLifetime</id>
|
||||
<label>Channel Lifetime</label>
|
||||
<type>text</type>
|
||||
<help>The lifetime for the channel (in seconds). Default value is 600 secs (10 minutes).</help>
|
||||
<help>The lifetime for the channel (in seconds). Default value is 600 secs (10 minutes). MUST NOT be changed, because this would violate RFC 5766.</help>
|
||||
<advanced>true</advanced>
|
||||
</field>
|
||||
<field>
|
||||
<id>turnserver.settings.PermissionLifetime</id>
|
||||
<label>Permission Lifetime</label>
|
||||
<type>text</type>
|
||||
<help>The permission lifetime (in seconds). Default value is 300 secs (5 minutes).</help>
|
||||
<help>The permission lifetime (in seconds). Default value is 300 secs (5 minutes). MUST NOT be changed, because this would violate RFC 5766.</help>
|
||||
<advanced>true</advanced>
|
||||
</field>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in a new issue