From ce53c8ea74695813d4097625dc7913365ef1cfdc Mon Sep 17 00:00:00 2001 From: raggadhub <46328562+raggadhub@users.noreply.github.com> Date: Sun, 27 Jan 2019 16:02:11 +0100 Subject: [PATCH] 6379 - by default just listen on loopback interface [security hardening] user will change explicitly the bind option if necessary --- configs/6379.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/6379.conf b/configs/6379.conf index d799cd17..9a535bed 100644 --- a/configs/6379.conf +++ b/configs/6379.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