Browse Source

readme: fix sample curl command to no longer leak dns request

Fabian Peter Hammerle 4 years ago
parent
commit
d76b221102
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -18,7 +18,7 @@ $ docker-compose up
 
 test proxies:
 ```sh
-$ curl --socks5 localhost:9050 ipinfo.io
+$ curl --proxy socks5h://localhost:9050 ipinfo.io
 $ torsocks wget -O - ipinfo.io
 $ torsocks lynx -dump https://check.torproject.org/
 $ dig @localhost fabian.hammerle.me