From 6c94ad60e443249ad400e6779344dff20eeeec49 Mon Sep 17 00:00:00 2001 From: SkyperTHC <5938498+SkyperTHC@users.noreply.github.com> Date: Thu, 14 Jul 2022 22:07:10 +0100 Subject: [PATCH] TOR hint --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9c4265c..4e579f3 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,12 @@ Get geolocation information about any IP address: curl https://ipinfo.io/8.8.8.8 | jq ``` +Check if TOR is working: + +```sh +curl --socks5 localhost:9050 --socks5-hostname localhost:9050 -s https://check.torproject.org/api/ip +``` + **3.vi. Check reachability from around the world**