Merge pull request #1387 from Wedmer/app_openvpn_tls_crypt_support

[luci-app-openvpn] Added support for tls-crypt option.
This commit is contained in:
Hannu Nyman 2017-10-10 17:55:50 +03:00 committed by GitHub
commit ab9d1cf066
4 changed files with 13 additions and 0 deletions

View file

@ -685,6 +685,10 @@ local knownParams = {
"tls_auth",
"/etc/openvpn/tlsauth.key",
translate("Additional authentication over TLS") },
{ Value,
"tls_crypt",
"/etc/openvpn/tlscrypt.key",
translate("Encrypt and authenticate all control channel packets with the key") },
-- { Value,
-- "askpass",
-- "[file]",

View file

@ -31,6 +31,9 @@ msgstr "Add route after establishing connection"
msgid "Additional authentication over TLS"
msgstr "Additional authentication over TLS"
msgid "Encrypt and authenticate all control channel packets with the key"
msgstr "Encrypt and authenticate all control channel packets with the key"
msgid "Allow client-to-client traffic"
msgstr "Allow client-to-client traffic"

View file

@ -33,6 +33,9 @@ msgstr "Добавить маршрут после установки соеди
msgid "Additional authentication over TLS"
msgstr "Дополнительная аутентификация через TLS"
msgid "Encrypt and authenticate all control channel packets with the key"
msgstr "Шифровать и аутентифициоровать ключом все пакеты канала управления"
msgid "Allow client-to-client traffic"
msgstr "Разрешить общение клиентов друг с другом"

View file

@ -19,6 +19,9 @@ msgstr ""
msgid "Additional authentication over TLS"
msgstr ""
msgid "Encrypt and authenticate all control channel packets with the key"
msgstr ""
msgid "Allow client-to-client traffic"
msgstr ""