From 6cc380d705e93cdfada21398ada1f0e095c8ee1d Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Sat, 13 May 2023 08:01:38 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 839402e..b53ba48 100644 --- a/README.md +++ b/README.md @@ -463,7 +463,8 @@ curl https://cli.fyi/8.8.8.8 Check if TOR is working: ```sh -curl --socks5 localhost:9050 --socks5-hostname localhost:9050 -s https://check.torproject.org/api/ip +curl -x socks5h://localhost:9050 -s https://check.torproject.org/api/ip +### Result should be {"IsTor":true... ```