Fix/improve port forwarding handling

This commit is contained in:
Gauthier Delacroix
2019-07-16 20:54:51 +02:00
parent 59c9f028af
commit 6f6068f205

View File

@@ -241,14 +241,6 @@ By setting `PORT_FORWARDING` environment variable to `true`, the forwarded port
You can mount this file as a volume to read it from other containers.
On a running PIA container, say `pia`, you can also run the script manually:
```sh
docker exec -it pia /portforward.sh
```
And it will indicate you the port forwarded for your current public IP address.
Note that not all regions support port forwarding.
## For the paranoids