darkirc, darkfid, taud, damd configs: change boolean transport_mixing field to mixed_transport list

This commit is contained in:
oars
2025-03-14 14:35:49 +03:00
parent 9743cc1d41
commit a29f9b40a6
13 changed files with 43 additions and 45 deletions

View File

@@ -39,8 +39,9 @@ hostlist = "~/.local/share/darkfi/damd/p2p_hostlist.tsv"
# Whitelisted network transports for outbound connections
#allowed_transports = ["tcp+tls"]
# Allow transport mixing (e.g. Tor would be allowed to connect to `tcp://`)
#transport_mixing = true
# Transports you want to be mixed (e.g. Tor would be allowed to connect to `tcp://`
# if tcp is added to mixed_transports and tor is added to allowed_transports)
#mixed_transports = []
# Outbound connection slots number, this many connections will be
# attempted. (This does not include manual connections)

View File

@@ -25,8 +25,9 @@ inbound = ["tcp+tls://0.0.0.0:38967"]
# Whitelisted network transports for outbound connections
#allowed_transports = ["tcp+tls"]
# Allow transport mixing (e.g. Tor would be allowed to connect to `tcp://`)
#transport_mixing = true
# Transports you want to be mixed (e.g. Tor would be allowed to connect to `tcp://`
# if tcp is added to mixed_transports and tor is added to allowed_transports)
#mixed_transports = []
# Outbound connection slots number, this many connections will be
# attempted. (This does not include manual connections)