Changed default listen address back to localhost from 0.0.0.0

This commit is contained in:
tgoff0 2015-05-26 17:34:33 +00:00
parent a91e9e0d4c
commit 5845f7afed

View file

@ -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