From 970b21a6eb5d70c13a789e49ce21679f7b446c52 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Sat, 28 Sep 2024 17:49:03 +0000 Subject: [PATCH] docs(Dockerfile): add missing option definitions - `STREAM_ONLY` - `FREE_ONLY` - Document `PORT_FORWARD_ONLY` is for both PIA and ProtonVPN --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7f4e1bfd..ea1f6447 100644 --- a/Dockerfile +++ b/Dockerfile @@ -138,15 +138,17 @@ ENV VPN_SERVICE_PROVIDER=pia \ SERVER_NUMBER= \ # # PIA only: SERVER_NAMES= \ - # # ProtonVPN only: + # # VPNUnlimited and ProtonVPN only: + STREAM_ONLY= \ FREE_ONLY= \ + # # ProtonVPN only: SECURE_CORE_ONLY= \ TOR_ONLY= \ # # Surfshark only: MULTIHOP_ONLY= \ # # VPN Secure only: PREMIUM_ONLY= \ - # # PIA only: + # # PIA and ProtonVPN only: PORT_FORWARD_ONLY= \ # Firewall FIREWALL_ENABLED_DISABLING_IT_SHOOTS_YOU_IN_YOUR_FOOT=on \