Browse Source

Bind to localhost by default (#314)

Federico Ceratto 8 years ago
parent
commit
eee1024542
1 changed files with 3 additions and 0 deletions
  1. 3 0
      system/netdata.conf

+ 3 - 0
system/netdata.conf

@@ -9,3 +9,6 @@
 	run as user = netdata
 	run as user = netdata
 	web files owner = root
 	web files owner = root
 	web files group = netdata
 	web files group = netdata
+        # Netdata is not designed to be exposed to potentially hostile networks
+        # See https://github.com/firehol/netdata/issues/164
+	bind to = localhost