From 46a1f1368050f1414053b91db38b13f710715afe Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Mon, 22 Jul 2024 19:14:56 +0200 Subject: [PATCH] Typo --- docs/gluetun.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gluetun.md b/docs/gluetun.md index dcd3bf4..77d43cc 100644 --- a/docs/gluetun.md +++ b/docs/gluetun.md @@ -123,7 +123,7 @@ curl -X PUT -H "Content-Type: application/json" -d '{"status":"running"}' "http: sleep 5 -curl -X GET "http://127.0.0.1:8888/v1/openvpn/status" 2>&1 | tee /path/to/restartvpn.log # Print the Gluetun status +curl -X GET "http://127.0.0.1:8000/v1/openvpn/status" 2>&1 | tee /path/to/restartvpn.log # Print the Gluetun status curl -X GET "http://127.0.0.1:8000/v1/publicip/ip" 2>&1 | tee /path/to/restartvpn.log # Print the new IP