back when I used ubuntu derivatives I used privoxy and edited the config file to route all my traffic through tor.

I just did the same on debian 12.6 and wonder if there’s a better alternative.

  • @just_another_person
    link
    72 months ago

    You point your main active network interface gateway to a tor gateway or proxy.

    • @[email protected]OP
      link
      fedilink
      English
      12 months ago

      You point your main active network interface gateway to a tor gateway or proxy.

      Am I doing that editing the privoxy config file with this line?

      ‘forward-socks5t / 127.0.0.1:9050 .’

      I now set up tor for firefox manually using https://www.wikihow.com/Use-Tor-with-Firefox. If the edited privoxy cofig file is the right way to go, didn’t I just double torify?