From e7b0f4c6be96b70ff502e2f317d706215d0ee0dc Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Sat, 29 Jan 2022 14:18:15 +0000 Subject: [PATCH] feat(vpn): `VPN_ENDPOINT_PORT` - Deprecate `OPENVPN_PORT` - Deprecate `WIREGUARD_ENDPOINT_PORT` --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c5a64707..debda4b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,6 +70,7 @@ ENV VPNSP=pia \ VPN_TYPE=openvpn \ # Common VPN options VPN_ENDPOINT_IP= \ + VPN_ENDPOINT_PORT= \ # OpenVPN OPENVPN_PROTOCOL=udp \ OPENVPN_USER= \ @@ -85,13 +86,11 @@ ENV VPNSP=pia \ OPENVPN_IPV6=off \ OPENVPN_CUSTOM_CONFIG= \ OPENVPN_INTERFACE=tun0 \ - OPENVPN_PORT= \ # Wireguard WIREGUARD_PRIVATE_KEY= \ WIREGUARD_PRESHARED_KEY= \ WIREGUARD_PUBLIC_KEY= \ WIREGUARD_ADDRESS= \ - WIREGUARD_ENDPOINT_PORT= \ WIREGUARD_INTERFACE=wg0 \ # VPN server filtering REGION= \