From 8dfd6b7395cae451f4aa3e3530b1a4b63b0011be Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 6 Sep 2021 00:13:13 +0200 Subject: [PATCH] fd --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index 18e4bb862..60039cddc 100644 --- a/redis.conf +++ b/redis.conf @@ -65,7 +65,7 @@ # IF YOU ARE SURE YOU WANT YOUR INSTANCE TO LISTEN TO ALL THE INTERFACES # JUST COMMENT OUT THE FOLLOWING LINE. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -bind 127.0.0.1 +#bind 127.0.0.1 # Protected mode is a layer of security protection, in order to avoid that # Redis instances left open on the internet are accessed and exploited.