1
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/[email protected]
Before starting this tutorial, heres two differences: using bridges is to hide your connection to Tor from ISPs, using a proxy would be to completely anonymize your connection to Tor.

Step 1: Edit torrc file

  • sudo nano /etc/tor/torrc

Step 2: Add theses lines

For a HTTP proxy
  • HTTPProxy / HTTPSProxy host[:port]
  • HTTPProxyAuthenticator / HTTPSProxyAuthenticator username:password
For a SOCKS proxy
  • Socks4Proxy/Socks5Proxy host[:port]
  • Socks5ProxyUsername username
  • Socks5ProxyPassword password
For a TCP proxy
  • TCPProxy protocol host:port
For a bridge
  • UseBridges 1
  • Bridge [vanilla/obfs(3/4)/snowflake/meek] IP:Port [fingerprint]
no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here
this post was submitted on 23 Oct 2023
1 points (100.0% liked)

Tor

1 readers
0 users here now

Tutorials, questions & answers about the Tor network.

We talk about the network, advising any hidden-service will lead to a ban.

founded 1 year ago
MODERATORS