|
|
@@ -25,10 +25,10 @@
|
|
|
#consensus = false
|
|
|
|
|
|
# P2P accept address for the consensus protocol
|
|
|
-#consensus_p2p_accept = "0.0.0.0:8341"
|
|
|
+#consensus_p2p_accept = "tls://0.0.0.0:8341"
|
|
|
|
|
|
# P2P external address for the consensus protocol
|
|
|
-#consensus_p2p_external = "0.0.0.0:8341"
|
|
|
+#consensus_p2p_external = "tls://0.0.0.0:8341"
|
|
|
|
|
|
# Connection slots for the consensus protocol
|
|
|
#consensus_slots = 8
|
|
|
@@ -40,10 +40,10 @@
|
|
|
#consensus_p2p_peer = []
|
|
|
|
|
|
# P2P accept address for the syncing protocol
|
|
|
-#sync_p2p_accept = "0.0.0.0:8342"
|
|
|
+#sync_p2p_accept = "tls://0.0.0.0:8342"
|
|
|
|
|
|
# P2P external address for the syncing protocol
|
|
|
-#sync_p2p_external = "0.0.0.0:8342"
|
|
|
+#sync_p2p_external = "tls://0.0.0.0:8342"
|
|
|
|
|
|
# Connection slots for the syncing protocol
|
|
|
#sync_slots = 8
|