瀏覽代碼

Added reference for config

Rescheleit, Marius 5 年之前
父節點
當前提交
3608f86941
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. 14 0
      Daemon-Config-Reference.md

+ 14 - 0
Daemon-Config-Reference.md

@@ -0,0 +1,14 @@
+# Daemon configuration
+
+The daemon is configurable by config.txt.
+This file must be in the same directory as the binary.
+
+### Configuration Values
+`port` : The port where the server listens. Must be a valid port.
+`interface` : The sniffer interface you want to use.
+
+### Example for config.txt
+```
+port=1234
+interface=lo
+```