Skip to content

Commit 55ba6f1

Browse files
committed
Moved plane features to features
1 parent 9d8e699 commit 55ba6f1

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
# [slocomptech/docker-openvpn]()
33

44

5+
Features:
6+
7+
- OpenVPN is running as non-root user, soo it has limited permission.
8+
- OpenVPN is running in isolated environment (container) so you don't break it with updates, upgrades of your PC.
9+
- Easy managed (has helper scripts).
10+
- Easy start (Simple first-start guide).
11+
- Easly modified to your needs (see [docs](CONTRIBUTING.md)).
12+
- Easy scripting (python3 installed).
13+
514
## Usage
615

716
### docker
@@ -68,17 +77,18 @@ Feel free to contribute new features to this container, but first see [Contribut
6877

6978
Planed features:
7079

71-
- Hooks
72-
- Example configs
73-
- Setup instructions
74-
- Setup scripts
75-
- Setup & run via environment variables
76-
- Config overwrite protection
77-
7880
Wanted features (please help implement):
7981

8082
- LDAP authentication script
8183
- Google authenticator
8284

85+
## Licenses
86+
87+
- [This project](LICENSE.md)
88+
- [OpenVPN]()
89+
- [Base image](https://github.com/linuxserver/docker-baseimage-alpine)
90+
- [s6 Layer](https://github.com/just-containers/s6-overlay/blob/master/LICENSE.md)
91+
92+
8393
## Versions
8494

0 commit comments

Comments
 (0)