contrib/localnet: set ['tls', 'tcp'] as default transport protocols

This commit is contained in:
aggstam
2023-02-25 16:59:37 +02:00
parent 0e592c425d
commit a9e9a3fd4c
17 changed files with 29 additions and 29 deletions

View File

@@ -43,7 +43,7 @@ consensus_p2p_external = ["tcp://127.0.0.1:8341"]
#consensus_p2p_peer = []
# Prefered transports of outbound connections for the consensus protocol
#consensus_p2p_transports = ["tls", "tcp"]
consensus_p2p_transports = ["tls", "tcp"]
# P2P accept addresses for the syncing protocol
sync_p2p_accept = ["tcp://127.0.0.1:8342"]
@@ -61,7 +61,7 @@ sync_p2p_external = ["tcp://127.0.0.1:8342"]
#sync_p2p_peer = []
# Prefered transports of outbound connections for the syncing protocol
#sync_p2p_transports = ["tls", "tcp"]
sync_p2p_transports = ["tls", "tcp"]
# Enable localnet hosts
localnet = true