Questions tagged [configuration]
Questions about configuring Tor software.
957 questions
0 votes
0 answers
41 views
which instance of tor does oniux use?
https://gitlab.torproject.org/tpo/core/oniux Tor in the debian 12 repositories is version 0.4.7.16-1. Often if I want to configure a program to go over tor, I start torbrowser and configure socks5 in ...
0 votes
1 answer
111 views
Can I restrict my possible exit nodes into a list?
As this question details, it is possible to limit the exit nodes into a specific country. What I would yet more happily do, is to have some more narrow limitation. For example, to specific subnets (...
0 votes
1 answer
141 views
ControlPort Hashed Password
I am trying to set up a Tor bridge relay on a computer which uses Ubuntu 24.0 I have hashed the password in torrc as shown ControlPort 9051 #HashedControlPassword 16:...
0 votes
1 answer
81 views
Help to understand Chutney
I'm trying to perform some experiments with chutney, it actually works fine, but I have some questions about I can use it for my scope. In particular, I want (first of all) discover the path that my ...
0 votes
1 answer
422 views
Transparently Routing Traffic Through Tor
I followed this Transparently Routing Traffic Through Tor example the section of Local Redirection Through Tor with iptables. It works well. Now my goal is to above example to exclude specific user (-...
0 votes
1 answer
106 views
Torsocks --address ca only be IP but not a hostname?
I noticed if I make wget requests over torsocks and I specify --address, this only works if the address is an actual IP but NOT a hostname, is this correct ? So this works: torsocks --address 123.123....
0 votes
1 answer
226 views
How do you add a WebTunnel Bridge in the torcc file in linux? - Kali Linux preferably!
How do you add a WebTunnel Bridge in the torcc file in linux? - Kali Linux preferably, Thanks!
0 votes
1 answer
149 views
How can I add HTTPS to my running Tor webserver
I've got a local running server and I want to add HTTPS to the requests instead of HTTP, that's it. I've seen the posts on Tor (like https://kushaldas.in/posts/get-a-tls-certificate-for-your-onion-...
0 votes
1 answer
70 views
Why is my relay node acting as a client, extending and creating circuits simultaneously? i want your help!
I simulated a small Tor network using Docker.One DA,One Client,Three relays——relay1、relay2、relay3。when I run tor on relay nodes,I found that the relay node is attempting to create and extend circuits ...
0 votes
1 answer
94 views
Disabling or Limiting Tor Functionality in Brave Browser on macOS
I'm seeking guidance on how to disable or limit the Tor functionality within the Brave browser on my macOS system. While I appreciate the privacy aspects that Tor integration provides, I have specific ...
0 votes
1 answer
239 views
Tor Browser on Mac: Error "553 Unable to set option: Failed to bind one of the listener ports"
I'm encountering an issue with the Tor Browser on my Mac. Every time I try to connect, I receive the following error message: SETCONF DisableNetwork=0 -> 553 Unable to set option: Failed to bind ...
0 votes
1 answer
82 views
How to check which directory authorities assign/withhold which flags to my relays
Continuing the discussion from [tor-relays] Relay MIGHTYWANG consensus issues and loss of STABLE flag: [quote="Mighty_Wang, post:1, topic:282"] So next I checked the consensus and I see ...
0 votes
1 answer
90 views
Tor fails looking for /root/.tor
This starts up Tor correctly: sudo -u debian-tor /usr/sbin/tor --runasdaemon 0 -f /etc/tor/torrc But when I try the same from supervisord [program:tor] command=/usr/sbin/tor --runasdaemon 0 -f /etc/...
0 votes
2 answers
129 views
SSH from host into virtual machine over tor
Context After having written a script that automatically sets up a Leader machine and Follower machine to allow the Leader machine to ssh into the Followerover tor using torsocks, I am experiencing ...
0 votes
1 answer
82 views
Why tor allow only root to connect to control port?
I have enabled control port, using password authentication. I run this telnet localhost 9051 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. With root is ok, I can send commands ...