Sfoglia il codice sorgente

darkirc: Add "hostlist" to config

parazyd 2 anni fa
parent
commit
cf2a5fcc44
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      bin/darkirc/darkirc_config.toml

+ 3 - 0
bin/darkirc/darkirc_config.toml

@@ -32,6 +32,9 @@ autojoin = [
 
 # 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:26661", "tcp+tls://[::]:26661"]