summaryrefslogtreecommitdiff
path: root/src/daemon/dlt.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/dlt.conf')
-rw-r--r--src/daemon/dlt.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/daemon/dlt.conf b/src/daemon/dlt.conf
index f9f02a1..5d61ade 100644
--- a/src/daemon/dlt.conf
+++ b/src/daemon/dlt.conf
@@ -183,9 +183,3 @@ ControlSocketPath = /tmp/dlt-ctrl.sock
# Maximal used memory for Logstorage Cache in KB (Default: 30000 KB)
# OfflineLogstorageCacheSize = 30000
-
-# Accept connections only on this list of IP addresses (Default: "0.0.0.0" INADDR_ANY)
-# The IP addresses must be separated with ',' or ';' but not with space character ' '
-# If DLT_USE_IPv6 flag is ON, then only IPv6 addresses are accepted
-# If DLT_USE_IPv6 flag is OFF, then only IPv4 addresses are accepted
-# BindAddress = 160.48.199.97;160.48.199.98