URI: 
       tEnable dam.decodeproject.eu directory listing. - tordam - A library for peer discovery inside the Tor network
  HTML git clone https://git.parazyd.org/tordam
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 30f6e47298d0cc3bcd4c234830f6ae5a83e764e1
   DIR parent 981caf2886042e5d8a5cdf59c4c55e45213a17e5
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Wed, 24 Jan 2018 19:17:36 +0100
       
       Enable dam.decodeproject.eu directory listing.
       
       Diffstat:
         M cmd/dam-client/main.go              |       3 +--
       
       1 file changed, 1 insertion(+), 2 deletions(-)
       ---
   DIR diff --git a/cmd/dam-client/main.go b/cmd/dam-client/main.go
       t@@ -28,8 +28,7 @@ type msgStruct struct {
        // Network entry points. These files hold the lists of directories we can
        // announce to. Format is "DIR:22mobp7vrb7a4gt2.onion", other lines are ignored.
        var dirHosts = []string{
       -        "https://pub.parazyd.cf/tmp/dirs.txt",
       -        "https://pub.parazyd.cf/tmp/moredirs.txt",
       +        "https://dam.decodeproject.eu/dirs.txt",
        }
        
        func announce(dir string, vals map[string]string, privkey *rsa.PrivateKey) (bool, error) {