[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: "unnamed" exit nodes



On Wed, May 14, 2008 at 06:15:18AM -0400, lg2005@xxxxxxxxxxxxx wrote:
> Hi,
>
> Using tor/vidalia, how can I know the ID number of a tor node? I want to put some "unnamed" in my black list, but as a few nodes have the same name, it looks hard.
>
> What happens if I put just "unnamed" in the blacklist? Will ALL servers with this "name" banned?

I don't know offhand for Vidalia, but for Tor, just refer to nodes by
their key fingerprint, sticking a $ before the fingerprint,
as in:
EntryNodes $70A08C76BCB9ADE55907029B83DB6891957AC92C

If you want to force a given name binding, you can use the format
  $70A08C76BCB9ADE55907029B83DB6891957AC92C=peacetime
to only match a "Named" server with the given nickname and key, or
  $70A08C76BCB9ADE55907029B83DB6891957AC92C~peacetime
to match any server with the given nickname and key.

This feature could be better documented, though, and I'd love to get a
documentation patch to explain all of this better. :)