From 2d8b88af8913e85ff5c43469fe54191151c7a151 Mon Sep 17 00:00:00 2001 From: raggadhub <46328562+raggadhub@users.noreply.github.com> Date: Sun, 27 Jan 2019 16:03:40 +0100 Subject: [PATCH] 6381 - by default just listen on loopback interface [security hardening] user will change explicitly the bind option if necessary --- configs/6381.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/6381.conf b/configs/6381.conf index 95a5c07d..8360a199 100644 --- a/configs/6381.conf +++ b/configs/6381.conf @@ -61,7 +61,7 @@ tcp-backlog 511 # Examples: # # bind 192.168.1.100 10.0.0.1 -# bind 127.0.0.1 +bind 127.0.0.1 # Specify the path for the Unix socket that will be used to listen for # incoming connections. There is no default, so Redis will not listen