Skip to content

Commit

Permalink
Update to OpenVPN 2.5.0-r1
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoe committed Jan 28, 2021
1 parent 29464ae commit 3f6fd15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Martin van Beurden <chadoe@gmail.com>

COPY ./bin /usr/local/bin

RUN apk add --no-cache bash openvpn=2.4.9-r0 git openssl && \
RUN apk add --no-cache bash openvpn=2.5.0-r1 git openssl && \
# Get easy-rsa
git clone -b v3.0.6 --depth 1 https://github.com/OpenVPN/easy-rsa.git /tmp/easy-rsa && \
cd && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Setup a tiny(12MB), but full featured and secure OpenVPN server without effort u
* To view the log output run `docker logs openvpn`, to view it realtime run `docker logs -f openvpn`

## Settings and features
* OpenVPN 2.4.9
* OpenVPN 2.5.0
* Easy-RSA v3.0.1+
* `tun` mode because it works on the widest range of devices. `tap` mode, for instance, does not work on Android, except if the device is rooted.
* The UDP server uses`192.168.255.0/24` for clients.
Expand Down

0 comments on commit 3f6fd15

Please sign in to comment.