mirror of
https://github.com/qdm12/gluetun.git
synced 2026-08-14 08:13:02 +02:00
Fix IP address check command
+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.14 apk add wget && wget -qO- https://ipinfo.io
|
||||
docker run --rm --network=container:gluetun alpine:3.14 sh -c "apk add wget && wget -qO- https://ipinfo.io"
|
||||
```
|
||||
|
||||
in order to obtain the VPN IP address and ensure the connection is working.
|
||||
|
||||
Reference in New Issue
Block a user