如果我跑
curl -L -v --socks5-hostname localhost:9050 https://unix.stackexchange.com/
我取回了 stackexchange 网页。
如果我使用以下网址
curl -L -v --socks5-hostname localhost:9050 https://www.comune.bitonto.ba.it/
我收到这个错误
* SOCKS5 connect to www.comune.bitonto.ba.it:443 (remotely resolved)
* Can't complete SOCKS5 connection to www.comune.bitonto.ba.it. (1)
* Closing connection 0
curl: (97) Can't complete SOCKS5 connection to www.comune.bitonto.ba.it. (1)
我可以更改什么来弄清楚是什么阻止了我的命令?
我在用着curl 7.74.0 (x86_64-pc-linux-gnu) libcurl/7.74.0 OpenSSL/1.1.1n zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0 librtmp/2.3
看起来网站www.comune.bitonto.ba.it不允许通过 tor 节点连接。
我用 grep 我的系统日志看看 tor 在做什么
这就是我得到的