С тех пор как забанили Tor, я через бриджи в него хожу:
~
❯ curl --socks5 127.0.0.1:9050 api.ipify.org
185.220.100.246%
~
❯ torsocks -P 9050 curl api.ipify.org
1678895203 ERROR torsocks[74542]: Unable to resolve. Status reply: 4 (in socks5_recv_resolve_reply() at socks5.c:677)
curl: (6) Could not resolve host: api.ipify.org
~
❯ cat /etc/tor/torsocks.conf
# This is the configuration for libtorsocks (transparent socks) for use
# with tor, which is providing a socks server on port 9050 by default.
#
# Lines beginning with # and blank lines are ignored
# Much more documentation than provided in these comments can be found in
#
# torsocks.conf(5), torsocks(1) and torsocks(8) manpages.
# Default Tor address and port. By default, Tor will listen on localhost for
# any SOCKS connection and relay the traffic on the Tor network.
TorAddress 127.0.0.1
TorPort 9050
Сейчас гуглил не смог понять что не нравится