[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: List of exit nodes wanted
- To: or-talk@xxxxxxxxxxxxx
- Subject: Re: List of exit nodes wanted
- From: coderman <coderman@xxxxxxxxx>
- Date: Mon, 5 May 2008 09:53:41 -0700
- Cc: or-talk@xxxxxxxx
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-talk-outgoing@xxxxxxxx
- Delivered-to: or-talk@xxxxxxxx
- Delivery-date: Mon, 05 May 2008 12:53:53 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=0Sm0mGCOgQoe4eiQtXTTYmQp4A959hr5RZVmeEXiG9E=; b=CtTgXwlSw9FZirz5SHLFmKPova64zQ79MF5CFDpx9LVRfLyqB3uLn9szC89FaYfwii+64msrXgNQy3ZIsprFXgchgKlI/aIHWjoUBiDBrArSXQK/4b150h7x/NwcJazjONLHG5i0GMsBzY/SR+cCJFtHSdG04QfyE9fqGCtivAk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FL3pKd77yozGenXTiJg+B3SUPxfOgiU2AigiyCu3WL0LPkaCasaCHK8QiMpuQIzvyxUKl/G7ZlwHyZ3ynKOJd9qVCtu1/KKzd0X01OKLpqHKhu4fV5h+bUoWuf6gaiHrdpCuVadG7O/MB5dEo+NEAGr10z/EYIbGUur4dbQaUsI=
- In-reply-to: <-2512331703132906738@unknownmsgid>
- References: <-2512331703132906738@unknownmsgid>
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
On Mon, May 5, 2008 at 9:38 AM, Jamie McCarthy <jamie@xxxxxxxxxxx> wrote:
> ...
> I'm looking for a list of Tor exit nodes, so I can block them from
> posting to my website. What's the easiest way to obtain that list
> and keep it up-to-date?
use the Tor DNSEL implementation. it is up to date and easy to integrate:
http://wiki.noreply.org/noreply/TheOnionRouter/TorDNSExitList
there are code snippets for using the reverse dns lookups in PHP and PERL.
best regards,