mirror of
https://github.com/qdm12/gluetun.git
synced 2026-08-14 16:22:58 +02:00
Check your IP address command update
- Use Alpine 3.14 - Install wget to have tls support
+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:
|
Assuming your container is called `gluetun`, run:
|
||||||
|
|
||||||
```sh
|
```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.
|
in order to obtain the VPN IP address and ensure the connection is working.
|
||||||
|
|||||||
Reference in New Issue
Block a user