summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-02-19 22:47:32 +0100
committerantirez <antirez@gmail.com>2015-02-19 22:47:32 +0100
commit0aa5acc8f31a45ba4ee625227bae80e125fd8bdb (patch)
tree94555b8fc85c0c48c4211d42f487ed865ac3af90
parent1024664247a0853569bcd8abe1127cd107a20fc8 (diff)
downloadredis-0aa5acc8f31a45ba4ee625227bae80e125fd8bdb.tar.gz
Give obvious instructions on how to bind all interfaces.
-rw-r--r--redis.conf3
1 files changed, 3 insertions, 0 deletions
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