mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
security/tinc: fix a string for translations
This commit is contained in:
parent
5216e3e294
commit
ac6f4ae968
2 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@
|
|||
<id>host.cipher</id>
|
||||
<label>Cipher</label>
|
||||
<type>dropdown</type>
|
||||
<help> The symmetric cipher algorithm used to encrypt UDP packets.
|
||||
<help>The symmetric cipher algorithm used to encrypt UDP packets.
|
||||
Any cipher supported by LibreSSL or OpenSSL is recognised.
|
||||
Furthermore, specifying "none" will turn off packet encryption.
|
||||
It is best to use only those ciphers which support CBC mode
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
<id>network.cipher</id>
|
||||
<label>Cipher</label>
|
||||
<type>dropdown</type>
|
||||
<help> The symmetric cipher algorithm used to encrypt UDP packets.
|
||||
<help>The symmetric cipher algorithm used to encrypt UDP packets.
|
||||
Any cipher supported by LibreSSL or OpenSSL is recognised.
|
||||
Furthermore, specifying "none" will turn off packet encryption.
|
||||
It is best to use only those ciphers which support CBC mode
|
||||
|
|
|
|||
Loading…
Reference in a new issue