diff options
Diffstat (limited to 'src/daemon/dlt.conf')
-rw-r--r-- | src/daemon/dlt.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/daemon/dlt.conf b/src/daemon/dlt.conf index 1e4f566..746176d 100644 --- a/src/daemon/dlt.conf +++ b/src/daemon/dlt.conf @@ -176,3 +176,9 @@ 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
\ No newline at end of file |