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