From 4b903931bc68eab458849d91b694d645793a5c22 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Thu, 30 Jun 2016 17:34:16 -0400 Subject: [PATCH] update i2pd testnet addressbook url --- AddressBook.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AddressBook.h b/AddressBook.h index 04b25021..d67089fa 100644 --- a/AddressBook.h +++ b/AddressBook.h @@ -19,7 +19,7 @@ namespace i2p namespace client { #ifdef MESHNET - const char DEFAULT_SUBSCRIPTION_ADDRESS[] = "http://opo57rwxz27frnqxrwiyr6snkybuyetv25fyd25y6se6imj54xfq.b32.i2p/hosts.txt"; + const char DEFAULT_SUBSCRIPTION_ADDRESS[] = "http://i42ofzetmgicvui5sshinfckpijix2udewbam4sjo6x5fbukltia.b32.i2p/hosts.txt"; #else const char DEFAULT_SUBSCRIPTION_ADDRESS[] = "http://joajgazyztfssty4w2on5oaqksz6tqoxbduy553y34mf4byv6gpq.b32.i2p/export/alive-hosts.txt"; #endif