From da45d88752ff6a5ee404d711b923a85604bd8a0f Mon Sep 17 00:00:00 2001 From: "tgoff0@gmail.com" Date: Tue, 26 May 2015 17:34:33 +0000 Subject: [PATCH] Changed default listen address back to localhost from 0.0.0.0 --- trunk/daemon/data/core.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/daemon/data/core.conf b/trunk/daemon/data/core.conf index 7a55f157..921c92ce 100644 --- a/trunk/daemon/data/core.conf +++ b/trunk/daemon/data/core.conf @@ -12,7 +12,7 @@ pidfile = /var/run/core-daemon.pid logfile = /var/log/core-daemon.log xmlfilever = 1.0 # you may want to change the listenaddr below to 0.0.0.0 -listenaddr = 0.0.0.0 +listenaddr = localhost port = 4038 numthreads = 1 verbose = False