From 2ddb046a4b48f8c08b31068642726b150f33b145 Mon Sep 17 00:00:00 2001 From: mfwmyfacewhen <94880365+mfwmyfacewhen@users.noreply.github.com> Date: Fri, 16 Jun 2023 16:01:18 +0000 Subject: [PATCH] Fix inaccurate port forwarding information for ProtonVPN (#2191) Signed-off-by: Jonah Aragon Signed-off-by: Daniel Gray --- docs/vpn.md | 2 +- includes/abbreviations.en.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/vpn.md b/docs/vpn.md index b9eb9b48..39b5dbcf 100644 --- a/docs/vpn.md +++ b/docs/vpn.md @@ -217,7 +217,7 @@ Proton VPN [recommends](https://protonvpn.com/blog/wireguard/) the use of WireGu #### :material-alert-outline:{ .pg-orange } Remote Port Forwarding -Proton VPN currently only supports remote [port forwarding](https://protonvpn.com/support/port-forwarding/) on Windows, which may impact some applications. Especially Peer-to-peer applications like Torrent clients. +Proton VPN currently only supports ephemeral remote [port forwarding](https://protonvpn.com/support/port-forwarding/) via NAT-PMP, with 60 second lease times. The Windows app provides an easy to access option for it, while on other operating systems you'll need to run your own [NAT-PMP client](https://protonvpn.com/support/port-forwarding-manual-setup/). Torrent applications often support NAT-PMP natively. #### :material-check:{ .pg-green } Mobile Clients diff --git a/includes/abbreviations.en.txt b/includes/abbreviations.en.txt index 8a0f37b6..db766c5e 100644 --- a/includes/abbreviations.en.txt +++ b/includes/abbreviations.en.txt @@ -52,6 +52,8 @@ *[MEID]: Mobile Equipment Identifier *[MFA]: Multi-Factor Authentication *[NVMe]: Nonvolatile Memory Express +*[NAT]: Network address translation +*[NAT-PMP]: NAT Port Mapping Protocol *[NTP]: Network Time Protocol *[OCI]: Open Container Initiative *[OCSP]: Online Certificate Status Protocol