this post was submitted on 13 Oct 2024
8 points (90.0% liked)

Privacy

31616 readers
723 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

Once the onion network is established, I would like to run yt-dlp, however, I am hit by the error message saying no connection is established.. same goes to other software I use.

how can i dothat?

top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 4 days ago (2 children)

Open the tor browser and try if that works. If it does you do have internet. Some applications dont like when they are used over tor.

[–] [email protected] 1 points 3 days ago

tor browser works

[–] [email protected] 1 points 3 days ago

Yeah, anything that wants UDP instead of TCP won't work

[–] [email protected] 2 points 4 days ago (1 children)

Either use the --proxy option of yt-dlp, or use torsocks to transparently torify any application.

[–] [email protected] 1 points 3 days ago (1 children)

thanks, for anything not running in the terminal, what other methods can one uses?

[–] [email protected] 1 points 3 days ago

Options:

  • Just start it from the terminal with torsocks
  • Use application-specific proxy settings
  • Since torsocks simply uses LD_PRELOAD, you could try to make this apply globally by adding the torsocks library to ld.so.preload. Just put the path returned by torsocks show in /etc/ld.so.preload.