Give obvious instructions on how to bind all interfaces.

This commit is contained in:
antirez 2015-02-19 22:47:32 +01:00
parent 1024664247
commit 0aa5acc8f3

View File

@ -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