Skip to content

Commit aaff866

Browse files
authored
fix(protonvpn): add to wireguard list and remove from VPN_PORT_FORWARDING_PROVIDER (#90)
1 parent e853508 commit aaff866

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup/options/port-forwarding.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
| Variable | Default | Choices | Description |
88
| --- | --- | --- | --- |
99
| `VPN_PORT_FORWARDING` | `off` | `off` or `on` | Enable custom port forwarding code for supported providers |
10-
| `VPN_PORT_FORWARDING_PROVIDER` | Current provider in use | `private internet access` or `protonvpn` | Choose the custom port forwarding code to use. This is useful when using the custom provider with Wireguard. For PIA, make sure you set `SERVER_NAMES=<server-name>`. |
10+
| `VPN_PORT_FORWARDING_PROVIDER` | Current provider in use | `private internet access` | Choose the custom port forwarding code to use. This is useful when using the custom provider with Wireguard. For PIA, make sure you set `SERVER_NAMES=<server-name>`. |
1111
| `VPN_PORT_FORWARDING_STATUS_FILE` | `/tmp/gluetun/forwarded_port` | Valid filepath | File path to use for writing the forwarded port obtained. |
1212
| `VPN_PORT_FORWARDING_LISTENING_PORT` | | Valid port number | Port redirection for the VPN server side port forwarded. |

setup/wireguard.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Gluetun supports Wireguard with native integration for the following providers:
88
- [Ivpn](providers/ivpn.md)
99
- [Mullvad](providers/mullvad.md)
1010
- [NordVPN](providers/nordvpn.md)
11+
- [ProtonVPN](providers/protonvpn.md)
1112
- [Surfshark](providers/surfshark.md)
1213
- [Windscribe](providers/windscribe.md)
1314

0 commit comments

Comments
 (0)