[Pkg-voip-commits] [resiprocate] 07/14: Bind management ports to localhost for security

Daniel Pocock pocock at moszumanska.debian.org
Sun Jan 12 10:44:37 UTC 2014


This is an automated email from the git hooks/post-receive script.

pocock pushed a commit to branch master
in repository resiprocate.

commit a5def0837cd10d594c651d784cf3c05429204112
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Sun Jan 12 09:12:41 2014 +0100

    Bind management ports to localhost for security
---
 debian/conf/repro.config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/conf/repro.config b/debian/conf/repro.config
index a48c0ed..8160a09 100644
--- a/debian/conf/repro.config
+++ b/debian/conf/repro.config
@@ -164,7 +164,7 @@ DisableIPv4 = false
 
 # Comma separated list of IP addresses used for binding the HTTP configuration interface
 # and/or certificate server. If left blank it will bind to all adapters.
-HttpBindAddress =
+HttpBindAddress = 127.0.0.1, ::1
 
 # Port on which to run the HTTP configuration interface and/or certificate server 
 # 0 to disable (default: 5080)
@@ -178,7 +178,7 @@ HttpAdminPassword = admin
 
 # Comma separated list of IP addresses used for binding the Command Server listeners.
 # If left blank it will bind to all adapters.
-CommandBindAddress =
+CommandBindAddress = 127.0.0.1, ::1
 
 # Port on which to listen for and send XML RPC messaging used in command processing 
 # 0 to disable (default: 5081)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/resiprocate.git



More information about the Pkg-voip-commits mailing list