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**