Skip to content

Commit 6398362

Browse files
authored
Do not push a default route by default. (#13)
1 parent 1ea0ba1 commit 6398362

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ENV OVPN_TEMPLATE $OPENVPN/templates/openvpn.tmpl
1818
ENV OVPN_CONFIG $OPENVPN/openvpn.conf
1919
ENV EASYRSA /usr/share/easy-rsa
2020
ENV EASYRSA_PKI $OPENVPN/pki
21+
ENV OVPN_DEFROUTE 0
2122

2223
# Some PKI scripts.
2324
ADD ./bin /usr/local/bin

0 commit comments

Comments
 (0)