Skip to content

Commit 1927e34

Browse files
authored
feat(windscribe): static ip permanent port forwarding instructions (#122)
1 parent aaff866 commit 1927e34

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup/providers/windscribe.md

+7
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,16 @@ services:
6666

6767
### VPN server port forwarding
6868

69+
#### Ephemeral port forwarding
70+
6971
1. Follow the [Windscribe instructions](https://windscribe.com/support/article/37/what-is-ephemeral-port-forwarding-and-how-to-use-it)
7072
1. In your container configuration, set `FIREWALL_VPN_INPUT_PORTS` to the port you have been assigned, for example: `FIREWALL_VPN_INPUT_PORTS=8099`
7173

74+
#### Permanent port forwarding (static IP)
75+
76+
1. Follow the [custom provider setup instructions](https://github.com/qdm12/gluetun-wiki/blob/main/setup/providers/custom.md), using the [openvpn](https://windscribe.com/getconfig/openvpn) or [wireguard](https://windscribe.com/getconfig/wireguard) configuration file that Windscribe provides for static ips.
77+
1. In your container configuration, set `FIREWALL_VPN_INPUT_PORTS` to the port you have been assigned, for example: `FIREWALL_VPN_INPUT_PORTS=8099`
78+
7279
## Servers
7380

7481
To see a list of servers available, [list the VPN servers with Gluetun](../servers.md#list-of-vpn-servers).

0 commit comments

Comments
 (0)