소스 검색

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"]