From d5fff57edbbd8d1c889c8a03505efc1249d625a9 Mon Sep 17 00:00:00 2001 From: orignal Date: Thu, 12 Jun 2014 09:12:39 -0400 Subject: [PATCH] defualt port consistency (17007) --- Daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Daemon.cpp b/Daemon.cpp index ebd9a52d..f5ee6549 100644 --- a/Daemon.cpp +++ b/Daemon.cpp @@ -53,7 +53,7 @@ namespace i2p //TODO: This is an ugly workaround. fix it. //TODO: Autodetect public IP. i2p::context.OverrideNTCPAddress(i2p::util::config::GetCharArg("-host", "127.0.0.1"), - i2p::util::config::GetArg("-port", 17070)); + i2p::util::config::GetArg("-port", 17007)); if (isLogging == 1) {