瀏覽代碼

bin/tau: add default hostlist path

dasman 2 年之前
父節點
當前提交
e8ce57e81c
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      bin/tau/taud/taud_config.toml

+ 3 - 0
bin/tau/taud/taud_config.toml

@@ -15,6 +15,9 @@ workspaces = ["darkfi-dev:2bCqQTd8BJgeUzH7JQELZxjQuWS8aCmXZ9C6w7ktNS1v"]
 
 # P2P network settings
 [net]
+# Path to a configured hostlist for saving known peers
+hostlist = "~/.local/darkfi/darkirc/hostlist.tsv"
+
 ## P2P accept addresses
 #inbound = ["tcp+tls://0.0.0.0:23331", "tcp+tls://[::]:23331"]