This commit is contained in:
SkyperTHC
2022-07-14 22:07:10 +01:00
committed by GitHub
parent 720ee2ba74
commit 6c94ad60e4
+6
View File
@@ -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
```
<a id="pingpe-anchor"></a>
**3.vi. Check reachability from around the world**