commit 30f6e47298d0cc3bcd4c234830f6ae5a83e764e1
parent 981caf2886042e5d8a5cdf59c4c55e45213a17e5
Author: parazyd <parazyd@dyne.org>
Date: Wed, 24 Jan 2018 19:17:36 +0100
Enable dam.decodeproject.eu directory listing.
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/cmd/dam-client/main.go b/cmd/dam-client/main.go
@@ -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) {