From 0aa5acc8f31a45ba4ee625227bae80e125fd8bdb Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 19 Feb 2015 22:47:32 +0100 Subject: [PATCH] Give obvious instructions on how to bind all interfaces. --- redis.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/redis.conf b/redis.conf index eb67583c4..d0684e86a 100644 --- a/redis.conf +++ b/redis.conf @@ -49,6 +49,9 @@ # the IPv4 lookback interface address (this means Redis will be able to # accept connections only from clients running into the same computer it # is running). +# +# IF YOU ARE SURE YOU WANT YOUR INSTANCE TO LISTEN TO ALL THE INTERFACES +# JUST UNCOMMENT THE FOLLOWING LINE. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bind 127.0.0.1