mirror of
https://github.com/opnsense/plugins.git
synced 2025-12-10 10:30:21 -06:00
net/turnserver: small model style changes
This commit is contained in:
parent
328d29d94f
commit
289eb34bac
@ -10,7 +10,6 @@
|
||||
</Enabled>
|
||||
<ListenIP type="NetworkField">
|
||||
<Default>127.0.0.1</Default>
|
||||
<FieldSeparator>,</FieldSeparator>
|
||||
<AsList>Y</AsList>
|
||||
<Required>Y</Required>
|
||||
</ListenIP>
|
||||
@ -30,10 +29,7 @@
|
||||
<Default>0</Default>
|
||||
<Required>Y</Required>
|
||||
</TlsEnabled>
|
||||
<TlsCertificate type="CertificateField">
|
||||
<Required>N</Required>
|
||||
<ValidationMessage>Please select a valid certificate from the list.</ValidationMessage>
|
||||
</TlsCertificate>
|
||||
<TlsCertificate type="CertificateField"/>
|
||||
<TlsPort type="PortField">
|
||||
<Default>5349</Default>
|
||||
<Required>Y</Required>
|
||||
@ -43,12 +39,10 @@
|
||||
<Required>Y</Required>
|
||||
</UseAuthSecret>
|
||||
<StaticAuthSecret type="TextField">
|
||||
<Required>N</Required>
|
||||
<Mask>/^.{16,128}$/u</Mask>
|
||||
<ValidationMessage>Should be a string between 16 and 128 characters.</ValidationMessage>
|
||||
</StaticAuthSecret>
|
||||
<Realm type="TextField">
|
||||
<Required>N</Required>
|
||||
<Mask>/^.{1,128}$/u</Mask>
|
||||
<ValidationMessage>Should be a string between 1 and 128 characters.</ValidationMessage>
|
||||
</Realm>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user