cc65b49014
Create strtable_ru.stb
2019-10-28 12:19:37 +03:00
fd73baa06d
Delete strtable_ru.stb
2019-10-28 12:17:14 +03:00
dce351ab3b
Update strtable_ru.stb
2019-10-28 12:11:44 +03:00
aef1889d30
Update strtable_ru.stb
2018-12-17 23:40:22 +03:00
d7e2f76c32
Update strtable_ru.stb
2018-12-05 12:42:54 +03:00
e022653a4f
Update strtable_ru.stb
2018-11-27 17:37:38 +03:00
2014aba203
Update strtable_ru.stb
2018-11-27 16:02:34 +03:00
7a66677c22
Update strtable_ru.stb
2018-11-22 14:25:47 +03:00
fb3bd5f67c
Update strtable_ru.stb
2018-11-22 13:49:55 +03:00
47375df2dd
Update strtable_ru.stb
2018-11-22 11:27:50 +03:00
ecbad75609
Update strtable_ru.stb
...
Source IP Address Limit - Фильтр IP адресов
IP Access Control Lists - cписок контроля доступа
2018-11-14 14:30:22 +03:00
b501397dcc
Update strtable_ru.stb
2018-11-14 10:48:49 +03:00
53700268c9
Update strtable_ru.stb
2018-10-30 17:37:06 +03:00
fac4e823d7
Update strtable_ru.stb
2018-10-30 17:28:07 +03:00
469921d5ad
Update strtable_ru.stb
2018-10-30 15:24:01 +03:00
a29b252236
Update strtable_ru.stb
2018-10-30 14:25:56 +03:00
0256d1a786
Update strtable_ru.stb
2018-10-23 17:34:00 +03:00
c6796205bf
Update strtable_ru.stb
2018-10-23 16:24:56 +03:00
095c054df1
Update strtable_ru.stb
2018-10-23 15:16:06 +03:00
4c241a811c
Update strtable_ru.stb
2018-10-23 14:58:35 +03:00
56d6af4799
Update strtable_ru.stb
2018-10-17 16:39:04 +03:00
d4c37b17a4
Update strtable_ru.stb
2018-10-16 17:44:27 +03:00
c5963209cc
Update strtable_ru.stb
2018-10-16 16:30:20 +03:00
160a4e1259
Update strtable_ru.stb
2018-10-16 15:14:21 +03:00
7981c520e9
Update strtable_ru.stb
2018-10-16 11:47:10 +03:00
9aaf43a3e1
Update strtable_ru.stb
2018-10-16 10:51:00 +03:00
c190bae9ca
Update strtable_ru.stb
2018-10-16 10:00:05 +03:00
e791cfbb3c
Update strtable_ru.stb
2018-10-10 23:57:46 +03:00
91f3d02602
Update strtable_ru.stb
2018-10-10 13:43:02 +03:00
1b13d7b108
Update strtable_ru.stb
2018-10-09 17:52:12 +03:00
0efbb09976
Update strtable_ru.stb
2018-10-07 20:02:47 +03:00
32ecc28be3
Update strtable_ru.stb
2018-10-07 20:01:12 +03:00
45f723eabc
Update strtable_ru.stb
2018-10-07 13:03:34 +03:00
07d5abacc6
Update strtable_ru.stb
2018-10-06 19:24:56 +03:00
4ac7d9aa22
Update strtable_ru.stb
2018-10-02 13:05:37 +03:00
393e03b679
Update strtable_ru.stb
2018-10-02 11:17:52 +03:00
0f77b5e30e
fix localization files, missing strings were taken from "en"
2018-09-23 22:24:21 +05:00
2ec48c765e
Added string to other stb files
2018-09-19 12:10:23 +03:00
825a5a828e
vpncmd: Added information about "Disable UDP Acceleration" setting into output of AccountGet command.
2018-09-17 09:22:50 +03:00
eb7a8aa517
Merge pull request #680 from Olim98/patch-1
...
Merge PR #679 : Add Russian language to translate.txt
2018-08-29 10:48:10 +05:00
eb0edeb1db
Merge pull request #679 from Olim98/patch-2
...
Merge PR #679 : Partial translation to Russian
2018-08-28 22:00:58 +05:00
02db806181
Remove SSLv3 support
2018-08-09 00:25:40 +02:00
dd24472089
Change 'Don't use TLS' to 'Use SSL 3.0' to clarify the danger.
...
Committer: MtCedarNet <mtcedar@hotmail.com >
2018-08-08 19:09:44 +09:00
d65f292888
Merge pull request #615 from prodatakey/foreground-logging
...
Merge PR #615 : Foreground logging
2018-08-08 08:51:41 +05:00
825931e11c
Implement foreground mode for Unix services
...
Add '--foreground' command line parameter. When provided, it prevents
Unix service from running in daemon mode.
Update help message.
2018-08-06 08:51:13 -06:00
59000e04cc
Merge PR #335 : Retry connection on untrusted server certificate
2018-08-05 21:15:52 +02:00
28e8d4bcce
Retry connection on untrusted server certificate
...
With server certificate validation enabled, vpnclient unconditionally
stopped connection on untrusted server certificate. Added account
configuration parameter to retry connection if server certivicate failed
validation.
2018-08-05 20:48:16 +02:00
59e1483dbf
Put TUN down on client disconnect.
...
On startup client creates TUN interface in UP state and kept it UP even
if connection to the server was lost. Creating interface in DOWN state,
turning it UP on successful (re-)connection to server and DOWN on either
disconnect or connection loss would enable DHCP client (say dhclient5)
to detect necessity for lease renewal.
Added a client configuration parameter to create TUN interface in DOWN
state and commands to enable, disable, and query the configuration
parameter.
Enabling the parameter causes client to put all unused TUN interfaces
DOWN, create new TUN interfaces in DOWN state, and turn TUN interfaces
corresponding to active sessions DOWN on connection loss or
disconnecting from server.
Disabling the parameter forces client to turn all TUN interfaces UP and
create new TUN interfaces in UP state.
Default value is 'Disable'.
2018-08-05 17:36:05 +02:00
c3a06d637e
Partial translation into Russian
2018-07-22 14:33:13 +05:00
bc43913881
Add Russian language to translate.txt
2018-07-22 13:59:55 +05:00