瀏覽代碼

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

Fabian Peter Hammerle 4 年之前
父節點
當前提交
d76b221102
共有 1 個文件被更改,包括 1 次插入1 次删除
  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