Check your IP address command update

- Use Alpine 3.14
- Install wget to have tls support
Quentin McGaw (desktop)
2021-09-08 16:35:17 -04:00
parent 50da64833e
commit 91f986b059
+1 -1
@@ -7,7 +7,7 @@ Once your container is up and running, you may want to test your connection is c
Assuming your container is called `gluetun`, run:
```sh
docker run --rm --network=container:gluetun alpine:3.12 wget -qO- https://ipinfo.io
docker run --rm --network=container:gluetun alpine:3.14 apk add wget && wget -qO- https://ipinfo.io
```
in order to obtain the VPN IP address and ensure the connection is working.