Просмотр исходного кода

darkfid2, faucetd: change the default listening address to tls

ghassmo 4 лет назад
Родитель
Сommit
6a811c75c6
2 измененных файлов с 6 добавлено и 6 удалено
  1. 4 4
      bin/darkfid2/darkfid_config.toml
  2. 2 2
      bin/faucetd/faucetd_config.toml

+ 4 - 4
bin/darkfid2/darkfid_config.toml

@@ -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

+ 2 - 2
bin/faucetd/faucetd_config.toml

@@ -22,10 +22,10 @@
 #rpc_listen = "tcp://127.0.0.1:8340"
 
 # 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