mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 22:57:59 -05:00
p2pnet: inbound and external addresses vectorized
This commit is contained in:
@@ -24,11 +24,11 @@
|
||||
# Participate in the consensus protocol
|
||||
#consensus = false
|
||||
|
||||
# P2P accept address for the consensus protocol
|
||||
#consensus_p2p_accept = "tls://127.0.0.1:8341"
|
||||
# P2P accept addresses for the consensus protocol
|
||||
#consensus_p2p_accept = ["tls://127.0.0.1:8341"]
|
||||
|
||||
# P2P external address for the consensus protocol
|
||||
#consensus_p2p_external = "tls://127.0.0.1:8341"
|
||||
# P2P external addresses for the consensus protocol
|
||||
#consensus_p2p_external = ["tls://127.0.0.1:8341"]
|
||||
|
||||
# Connection slots for the consensus protocol
|
||||
#consensus_slots = 8
|
||||
@@ -45,11 +45,11 @@
|
||||
# Peers JSON-RPC listen URL for clock synchronization
|
||||
#consensus_peer_rpc = []
|
||||
|
||||
# P2P accept address for the syncing protocol
|
||||
#sync_p2p_accept = "tls://127.0.0.1:8342"
|
||||
# P2P accept addresses for the syncing protocol
|
||||
#sync_p2p_accept = ["tls://127.0.0.1:8342"]
|
||||
|
||||
# P2P external address for the syncing protocol
|
||||
#sync_p2p_external = "tls://127.0.0.1:8342"
|
||||
# P2P external addresses for the syncing protocol
|
||||
#sync_p2p_external = ["tls://127.0.0.1:8342"]
|
||||
|
||||
# Connection slots for the syncing protocol
|
||||
#sync_slots = 8
|
||||
|
||||
Reference in New Issue
Block a user