summaryrefslogtreecommitdiffstats
path: root/system/netdata.conf
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2016-07-25 11:31:55 +0100
committerCosta Tsaousis <costa@tsaousis.gr>2016-07-25 13:31:55 +0300
commiteee1024542be2469225af816f84848af12ddf85a (patch)
tree97d140956c691c44b7c6f01919119382be176f1a /system/netdata.conf
parent519e5d02b0d9a948b4b3e32e780a20db10f8c49e (diff)
Bind to localhost by default (#314)
Diffstat (limited to 'system/netdata.conf')
-rw-r--r--system/netdata.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/netdata.conf b/system/netdata.conf
index df7ea1abe0..6108d9086d 100644
--- a/system/netdata.conf
+++ b/system/netdata.conf
@@ -9,3 +9,6 @@
run as user = netdata
web files owner = root
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