
commit 4a5dd7955c64824543a466de5abd8a55797d6f00 Author: Andrew Lewman <andrew@torproject.org> Date: Thu Aug 16 22:15:25 2012 -0400 fix the url to the torel-design.txt file. --- README | 2 +- src/TorDNSEL/DNS/Server/Internals.hs | 2 +- src/TorDNSEL/Main.hsc | 2 +- src/tordnsel.hs | 2 +- tordnsel.cabal | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index cb50fc3..9037af6 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ For an overview, see the man page at doc/tordnsel.8. The design document for TorDNSEL can be found at: - https://www.torproject.org/svn/trunk/doc/contrib/torel-design.txt + https://gitweb.torproject.org/tordnsel.git/blob/HEAD:/doc/torel-design.txt Currently, only query type 1 from torel-design.txt is supported: diff --git a/src/TorDNSEL/DNS/Server/Internals.hs b/src/TorDNSEL/DNS/Server/Internals.hs index 65d80c4..87ad170 100644 --- a/src/TorDNSEL/DNS/Server/Internals.hs +++ b/src/TorDNSEL/DNS/Server/Internals.hs @@ -216,7 +216,7 @@ dropAuthZone (DomainName authZone) (DomainName name) = -- | Queries asking whether there's a Tor exit node at a specific IP address. data ExitListQuery -- | Query type 1 from - -- <https://www.torproject.org/svn/trunk/doc/contrib/torel-design.txt>. + -- <https://gitweb.torproject.org/tordnsel.git/blob/HEAD:/doc/torel-design.txt> = IPPort { -- | The address of the candidate exit node. queryAddr :: {-# UNPACK #-} !HostAddress, diff --git a/src/TorDNSEL/Main.hsc b/src/TorDNSEL/Main.hsc index 8f045ee..609543f 100644 --- a/src/TorDNSEL/Main.hsc +++ b/src/TorDNSEL/Main.hsc @@ -16,7 +16,7 @@ -- Implements a DNSBL-style interface providing information about whether a -- client for a network service is likely connecting through a Tor exit node. -- --- See <https://www.torproject.org/svn/trunk/doc/contrib/torel-design.txt> for +-- See <https://gitweb.torproject.org/tordnsel.git/blob/HEAD:/doc/torel-design.txt> for -- details. -- ----------------------------------------------------------------------------- diff --git a/src/tordnsel.hs b/src/tordnsel.hs index a99b65d..6218d89 100644 --- a/src/tordnsel.hs +++ b/src/tordnsel.hs @@ -11,7 +11,7 @@ -- Implements a DNSBL-style interface providing information about whether a -- client for a network service is likely connecting through a Tor exit node. -- --- See <https://www.torproject.org/svn/trunk/doc/contrib/torel-design.txt> for +-- See <https://gitweb.torproject.org/tordnsel.git/blob/HEAD:/doc/torel-design.txt> for -- details. -- ----------------------------------------------------------------------------- diff --git a/tordnsel.cabal b/tordnsel.cabal index ccd68a8..243e026 100644 --- a/tordnsel.cabal +++ b/tordnsel.cabal @@ -3,7 +3,7 @@ Version: 0.1.1-dev Synopsis: provides a DNSBL-style interface for detecting Tor exit nodes Description: TorDNSEL implements a design for a DNSBL-style interface for detecting connections exiting the Tor network. This design and its rationale - is described at <https://www.torproject.org/svn/trunk/doc/contrib/torel-design.txt>. + is described at <https://gitweb.torproject.org/tordnsel.git/blob/HEAD:/doc/torel-design.txt>. License: PublicDomain License-File: LICENSE Homepage: http://p56soo2ibjkx23xo.onion/