Skip to content

Commit 9a1bd89

Browse files
committed
Improved docs
1 parent 3beb7f2 commit 9a1bd89

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Changed fs structure
66
- Rewritten helper scripts
7+
- Reorganized examples
78

89
### 2.0.6 - Fixed bugs, added additonal parameters
910

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,10 @@ Feel free to contribute new features to this container, but first see [Contribut
193193
## Versions
194194

195195
See [CHANGELOG](CHANGELOG.md)
196+
197+
## External documentation
198+
199+
- [EasyRSA](https://github.com/OpenVPN/easy-rsa/blob/master/doc/EasyRSA-Readme.md)
200+
- [EasyRSA vars](https://github.com/OpenVPN/easy-rsa/blob/master/doc/EasyRSA-Advanced.md)
201+
- [OpenVPN](https://community.openvpn.net/openvpn/wiki/Openvpn24ManPage)
202+
- [s6](https://skarnet.org/software/s6)

root/etc/cont-init.d/60-network.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# @see https://community.openvpn.net/openvpn/wiki/UnprivilegedUser
88
# @see https://community.openvpn.net/openvpn/wiki/HOWTO#UnprivilegedmodeLinuxonly
99
# @see https://unix.stackexchange.com/questions/18215/which-user-group-can-use-the-tap-net-device
10+
# @see https://github.com/kylemanna/docker-openvpn/issues/39
1011
#
1112

1213
if [ -n "$SKIP_APP" ]; then

0 commit comments

Comments
 (0)