-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathCHANGELOG
34 lines (26 loc) · 1.02 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
obfsproxy-openvpn CHANGELOG
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
22 Dec 2017, v0.2.2
- Added missing rsync install
11 June 2017, v0.2.1
- Elliptic curve was not used when authentication was not used
- Change tls-cipher to match ECDHE cipher
11 June 2017, v0.2
- Replace tls-auth with tls-crypt
- Added additional sanity checks for delete cilent
- Updated Easy-RSA to latest version (easy-rsa3)
- Removed deprecated options in cilent & server config
- Use ECDH instead of DH
- Improve swap generation performance with fallocate
- Fix cronjob
- Minor bug fixes
28 May 2017, v0.1
- Added a menu display
- Implemented add client feature
- Implemented remove client feature
- Implemented user/password authentication(PAM)
- Added automated certificates generation
- Added multiple dns servers ( GoogleDNS and OpenDNS)
- Prevent DNS leaks by blocking outside dns
- Added cronjob to update OpenVPN and Obfsproxy automatically
- Minor bug fixes