1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-11-26 05:11:33 +03:00
Commit Graph

164 Commits

Author SHA1 Message Date
4da4f3f5c3 Merge pull request #1 from SoftEtherVPN/master
new
2019-10-28 12:20:02 +03:00
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
5fed2b8903 Bump mixin-deep in /src/bin/hamcore/wwwroot/admin/default
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-19 22:39:12 +00:00
e03db7ee60 Merge pull request #966 from Flucons/patch-1
Merge pull request #966: Create strtable_pt_br.stb
2019-09-21 17:33:12 +00:00
50960dbe16 Update strtable_cn.stb
Improve some translation.
2019-09-17 17:51:03 +08:00
926b99047a Create strtable_pt_br.stb
Start pt-br translation
2019-08-15 00:46:58 -03:00
a9f31d7df9 Fixing the typo "descrption" of the JSON-RPC document. Thanks to https://github.com/SoftEtherVPN/SoftEtherVPN/issues/938 2019-07-10 14:37:30 +09:00
2592525b64 Merge pull request #931 from dnobori/190630_update_see_ndis5_driver
Update the driver binary for https://github.com/SoftEtherVPN/SoftEtherVPN/pull/929
2019-06-30 02:24:32 +09:00
896ac8e285 Merge pull request #930 from dnobori/190630_kb3033929_message
Add the warning message if KB3033929 is not installed in Windows 7 / Server 2008 R2.
2019-06-30 02:24:24 +09:00
6e78068a65 Update the driver binary for https://github.com/SoftEtherVPN/SoftEtherVPN/pull/929 2019-06-30 01:22:04 +09:00
9c227f3480 Add the warning message if KB3033929 is not installed in Windows 7 / Server 2008 R2. 2019-06-30 01:20:52 +09:00
9cba49b89a Fix incorrect URLs in text files 2019-06-29 21:16:27 +09:00
afc6a706e5 Adding wwwroot/admin/README.md 2019-05-29 20:17:43 +09:00
39b80e04c5 Add initial wwwroot/admin/default/ HTML5 admin pages 2019-05-29 19:17:50 +09:00
529d8f593c Update developer tools for JSON-RPC 2019-05-29 18:23:33 +09:00
458906b151 Added JSON-RPC error message 2019-05-28 22:48:26 +09:00
03841e4181 Initial vpnserver-jsonrpc-clients 2019-05-28 11:48:16 +09:00
8657955c92 Merge PR #867: Improve translations for inf file. 2019-01-24 01:42:25 +01:00
63c01ba736 Merge pull request #832 from dnobori/181202_switch_to_apache_license
Switching license from GPLv2 to Apache License 2.0.
2019-01-21 09:36:19 +09:00
Umi
bf493e359b Update vpninstall_cn.inf 2019-01-19 16:56:15 +08:00
881f34ac56 Compacting headers, updating trivial texts to fit to the license change from GPLv2 to Apache License 2.0. 2019-01-14 12:25:53 +09:00
5ea5dd34b6 Update strtable_cn.stb
fixed a typo ("取消l" => "取消")
2018-12-25 04:05:37 +08:00
ac5e68b3ed hamcore: fix port number shown in the server management info string of vpncmd 2018-12-21 07:27:57 +01: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
16ed2f3e0c Documents: Switching license from GPLv2 to Apache License 2.0. 2018-12-02 09:37:24 +09:00
08465e3f39 Merge pull request #772 from davidebeatrici/http-proxy-custom-header
Merge PR #772: Add custom HTTP header feature for HTTP proxy
2018-11-30 10:22:32 +05:00
aefbd2e903 Add custom HTTP header feature for HTTP proxy
A custom HTTP header can be used to bypass certain restrictions imposed on the network or to avoid speed limitations applied by the QoS.
2018-11-29 20:32:21 +01:00
f985a50f31 quick and dirty fix for issue 689 2018-11-28 23:19:56 +05: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
6a45921f41 OpenVPN: Add packet scrambling/obfuscation feature
This allows an OpenVPN client to bypass a firewall which is aware of the protocol and is able to block it.
The XOR mask set on the server has to be the same on the client, otherwise it will not be able to connect with certain obfuscation modes.
A special OpenVPN client built with the "XOR patch" is required in order to use this function, because it has never been merged in the official OpenVPN repository.

Two parameters are added to the server configuration: "OpenVPNObfuscationMethod" and "OpenVPNObfuscationMask".
Their value can be retrieved with "OpenVpnObfuscationGet" and set with "OpenVpnObfuscationEnable" in the VPN Command Line Management Utility.
2018-11-12 22:32:37 +01:00
a5f18087cd Merge PR #790: Add support for SOCKS5 proxy protocol 2018-11-07 01:30:56 +01:00
0357024e62 hamcore/openvpn_sample.ovpn: improve "cipher" and "auth" documentation, remove list of supported ciphers 2018-11-03 16:44:56 +01: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
53e0a2e5e2 Add support for SOCKS5 proxy protocol 2018-10-30 15:11:16 +01: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