forked from adglkh/easy-openvpn-pkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
147 lines (82 loc) · 4.34 KB
/
ChangeLog
File metadata and controls
147 lines (82 loc) · 4.34 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
2017-10-12 easy-openvpn 2.3.10-4
[ Gary.Wang <Gary.Wang@canonical.com> ]
* Get rid of ChangeLog file from the easyrsa to avoid the conflicts during snapping.
Merge-Proposal: https://code.launchpad.net/~gary-wzl77/snappy-hwe-snaps/+git/easy-openvpn/+merge/332174
2017-10-12 easy-openvpn 2.3.10-3
[ unknown ]
* forgot .log
* adding google nameservers into the DHCP push
* readme updates
* Closes #2
* See more information in merge proposal
* Closes #5
* See more information in merge proposal
* fixing regexp to allow dashes in OVPN_SERVER_URL
* Use --cap-add=NET_ADMIN instead of --privileged
* avoid dup iptables rules
* no connection block in client config
* Fixed SIGTERM handling
* Include optional configuration options
* Return correct exit status in ovpn_getclient script
* Disable default bash xtrace and fix but in variables
* Wrote script to copy only the needed files to the docker host which runs the docker openvpn server.
* Fix paranoid doc.
* See more information in merge proposal
* Using better example in docs.
* Added variable OVPN_ADDITIONAL_CLIENT_CONFIG use arbitrary openvpn configuration options.
* Optimized ovpn_copy_server_files script. No need to copy the config files.
* Create ccd directory to prevent error if /etc is mounted read-only.
* Remove dh param from client config
* See more information in merge proposal
* Quick read of ipv6 docs and small fixes.
* Add a parameter to use TAP instead of TUN device.
* Set custom OVPN_NATDEVICE when using --net=host to custom interface.
* ovpn_copy_server_files: Ensure that no other keys then the one for the server is present.
* Allow to change security related options tls-cipher, cipher and auth.
* Updated documentation.
* ovpn_copy_server_files: Copy openvpn.conf instead of symlinking locally.
* Only setup networking for containers which need it.
* Add Travis CI Testing
* See more information in merge proposal
* See more information in merge proposal
* Switch to Alpine for Base
* Support pushing custom DNS servers
* Respect the -D flag
* Closes #81
* Split tunnels, as documented in #51
* Added badges showing a few key facts next to the CI status.
* Added documentation details on using TCP protocol.
* Selinux policy and docs
* Updated SELinux docs
* Two factor authentication using a token application
* Add openvpn.conf gerneration -f fragment directive option
* Debugging tips added to readme
* adding ovpn_listclients script
* allow specifying extra config
* Update README.md
* See more information in merge proposal
* Automatically creating CCD directory
* Derive from alpine 3.4 instead of 3.2
* Add "key-direction 1" to client .ovpn
* Fix for Windows 10 DNS Leak
* README: Add info on docker-compose
* See more information in merge proposal
* Disable user and group setup for openvpn server.
* Fixed snap version.
[ Gary.Wang <Gary.Wang@canonical.com> ]
* * Refactor to follow the upstream to get server setup scripts.
* Add spread tests.
* Add three commands. [revoke-client, connect-server, help]
* Support hooks to set env variables.
Merge-Proposal: https://code.launchpad.net/~gary-wzl77/snappy-hwe-snaps/+git/easy-openvpn/+merge/329298
* Support to specify natdevice via configure hook.
Note: 1. I don't bump up snap version since we didn't release 2.3.10-2 yet officially.
2. I'll create another MP with a proper docs structure.
Merge-Proposal: https://code.launchpad.net/~gary-wzl77/snappy-hwe-snaps/+git/easy-openvpn/+merge/330328
* Follow the guidelines to do the documentation.
*. A general introduction to the easy-openvpn snap
*. A typical guide to the OpenVPN server and client setup
*. A listing of available commands with a brief description of each of the commands
Merge-Proposal: https://code.launchpad.net/~gary-wzl77/snappy-hwe-snaps/+git/easy-openvpn/+merge/330648
* Adjust snap configuration key name to "<category>.<name>".
Merge-Proposal: https://code.launchpad.net/~gary-wzl77/snappy-hwe-snaps/+git/easy-openvpn/+merge/330724