It's great. Great content here too: https://wiki.archlinux.org/index.php/Tor Where do you put the configuration file when running a network from real-time distro (tails) that does not allow /etc/tor/torrc modification?
On Wed, Dec 9, 2020 at 07:56 PM, lists@for-privacy.net lists@for-privacy.net wrote:
On 04.12.2020 05:21, BRBfGWMz wrote:
I frequently find abusive exit nodes. Is there any way to report these >
to the
tor consensus system, so it deprioritizes them?
You can also post here or in tor talk. bad-relays is a closed list. :-(
Or can I build a configuration file or list of exit nodes that I don't >
want in
my chain?
Of course:
## A list of identity fingerprints and country codes of nodes to use for the first hop in your normal circuits. (nuts, NO address patterns!?
EntryNodes $fingerprint,{cc}
## A list of identity fingerprints, country codes, and address patterns of nodes to use as exit node.
ExitNodes $fingerprint,{cc},203.0.113.0/24,[2001:DB8::]
## A list of identity fingerprints, country codes, and address patterns of nodes to avoid when building a circuit.
ExcludeNodes $fingerprint,{cc},203.0.113.0/24,[2001:DB8::]
## A list of identity fingerprints, country codes, and address patterns of nodes to never use when picking an exit node. Nodes listed in ExcludeNodes are automatically in this list.
ExcludeExitNodes $fingerprint,{cc},203.0.113.0/24,[2001:DB8::]
## A list of identity fingerprints, nicknames, country codes, and address patterns of nodes that are allowed to be used as the second hop in all client or service-side Onion Service circuits.
HSLayer2Nodes
## A list of identity fingerprints, nicknames, country codes, and address patterns of nodes that are allowed to be used as the third hop in all client and service-side Onion Service circuits.
HSLayer3Nodes
I don't have set StrictNodes 1. Please read the man page beforehand!
Ncknames are unfortunately no longer allowed everywhere. I do not use country codes the database has some errors.
Soon you can use multiple lines:
https://github.com/torproject/tor/pull/2066/commits/bb9707420e87a1efc016aeac...
--
p_o Ciao Marco!
Debian GNU/Linux
It's free software and it gives you freedom!
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
-- Sent using MsgSafe.io's Free Plan Private, encrypted, online communication For everyone. https://www.msgsafe.io
On 11.12.2020 03:06, BRBfGWMz wrote:
Where do you put the configuration file when running a network from real-time distro (tails) that does not allow /etc/tor/torrc modification?
I haven't used Tails yet. Search for '%include' in '/etc/tor/torrc'. If not, ask the Tails developers to add it. Whonix has it: https://forums.whonix.org/t/torrc-d-is-comming/4041/36
## Configuration options can be imported from files or folders using the %include ## option with the value being a path. If the path is a file, the options from the ## file will be parsed as if they were written where the %include option is. If ## the path is a folder, all files on that folder will be parsed following lexical ## order. Files starting with a dot are ignored. Files on subfolders are ignored. ## The %include option can be used recursively. #%include /etc/torrc.d/ #%include /etc/torrc.custom
Thanks @nusenu, he pointed me to this config option. ;-)
Hi,
On 04.12.2020 05:21, BRBfGWMz wrote:
I frequently find abusive exit nodes. Is there any way to report these to the tor consensus system, so it deprioritizes them?
Could you share what makes you define these nodes as abusive ?
There is work in progress on this, it could be interesting.
Thanks !
Corl3ss
tor-relays@lists.torproject.org