iloire / watchmen

A simple node.js service monitor
MIT License
941 stars 195 forks source link

Redis config have an security issue #19

Closed MartinBucko closed 9 years ago

MartinBucko commented 9 years ago

Redis config make redis-server opened to world from server. It need to bind only to localhost.

Added: bind 127.0.0.1