mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
darkirc, darkfid, taud, damd configs: change boolean transport_mixing field to mixed_transport list
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user