summaryrefslogtreecommitdiff
path: root/src/daemon/dlt.conf
diff options
context:
space:
mode:
authorSaya Sugiura <ssugiura@jp.adit-jv.com>2019-08-01 09:19:00 +0900
committerSaya Sugiura <ssugiura@jp.adit-jv.com>2019-08-01 09:19:00 +0900
commit8673795b845e461e42920e44cdf70a5361457e8b (patch)
treea47fd0352169cc815980df1e93006293e9cb6488 /src/daemon/dlt.conf
parent618920f01b65dfeffe76092057998808163ccb11 (diff)
downloadDLT-daemon-8673795b845e461e42920e44cdf70a5361457e8b.tar.gz
Revert "Add option in dlt.conf for bindAddress to specific IPs (#130)"
This reverts commit e8716cc5c950e50411b23a7a6cafa3c063c59e90.
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