Update README.md

This commit is contained in:
skyper
2023-05-13 08:01:38 +01:00
committed by GitHub
parent eda9f6a713
commit 6cc380d705
+2 -1
View File
@@ -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...
```
<a id="check-reachable"></a>