Moved DNS over TLS at start as DNS is required in firewall anyway

This commit is contained in:
Quentin McGaw
2018-09-28 19:51:30 +02:00
parent 93ea50bd49
commit b8dbf0761f
3 changed files with 15 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
FROM alpine:3.8
LABEL maintainer="quentin.mcgaw@gmail.com" \
description="VPN client to private internet access servers using OpenVPN, IPtables firewall, DNS over TLS with Unbound and Alpine Linux" \
download="???MB" \
download="6.6MB" \
size="15.7MB" \
ram="13MB" \
cpu_usage="Low" \
@@ -29,5 +29,4 @@ RUN apk add -q --progress --no-cache --update openvpn ca-certificates iptables i
addgroup -S nonrootusers && adduser -S nonrootuser -G nonrootusers
COPY unbound.conf /etc/unbound/unbound.conf
COPY entrypoint.sh /
RUN chmod +x entrypoint.sh
ENTRYPOINT /entrypoint.sh