Skip to content

Commit

Permalink
Update ProtonVPN instructions to include recent addition of Wireguard…
Browse files Browse the repository at this point in the history
… support (see qdm12/gluetun#2390)
  • Loading branch information
MaVdbussche committed Aug 15, 2024
1 parent a5e35a7 commit b486b87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 3 additions & 6 deletions setup/providers/protonvpn.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ services:
- SERVER_COUNTRIES=Netherlands
```
💁 To use with Wireguard, download a configuration file from [account.proton.me/u/0/vpn/WireGuard](https://account.proton.me/u/0/vpn/WireGuard) and head to [the custom provider Wireguard section](custom.md#wireguard). Thanks to [@pvanryn](https://github.com/pvanryn) for pointing this out. Note however you cannot filter servers as easily as with OpenVPN since each server uses its own private key and/or peer address.
## Required environment variables
- `VPN_SERVICE_PROVIDER=protonvpn`
Expand Down Expand Up @@ -66,11 +64,10 @@ services:

## VPN server port forwarding

Requirements:

- Add `+pmp` to your OpenVPN username (thanks to [@mortimr](https://github.com/qdm12/gluetun/issues/1760#issuecomment-1669518288))
- `VPN_PORT_FORWARDING=on`
- If you use **Wireguard** using the custom provider, set `VPN_PORT_FORWARDING_PROVIDER=protonvpn`

### OpenVPN only
- Also add `+pmp` to your OpenVPN username (thanks to [@mortimr](https://github.com/qdm12/gluetun/issues/1760#issuecomment-1669518288))

## Multi hop regions

Expand Down
1 change: 1 addition & 0 deletions setup/wireguard.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Gluetun supports Wireguard with native integration for the following providers:
- [NordVPN](providers/nordvpn.md)
- [Surfshark](providers/surfshark.md)
- [Windscribe](providers/windscribe.md)
- [ProtonVPN](providers/protonvpn.md)

And you should refer to their respective page to set up easily Wireguard with them.

Expand Down

0 comments on commit b486b87

Please sign in to comment.