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

ircd, tau: change add scheme for urls in config

ghassmo 4 лет назад
Родитель
Сommit
10498be7d3
2 измененных файлов с 10 добавлено и 10 удалено
  1. 5 5
      bin/ircd/ircd_config.toml
  2. 5 5
      bin/tau/taud_config.toml

+ 5 - 5
bin/ircd/ircd_config.toml

@@ -1,5 +1,5 @@
 ## JSON-RPC listen URL
 ## JSON-RPC listen URL
-#rpc_listen="127.0.0.1:11055"
+#rpc_listen="tcp://127.0.0.1:11055"
 
 
 ## IRC listen URL
 ## IRC listen URL
 #irc_listen="127.0.0.1:11066"
 #irc_listen="127.0.0.1:11066"
@@ -10,19 +10,19 @@
 ## Raft net settings
 ## Raft net settings
 [net]
 [net]
 ## P2P accept address
 ## P2P accept address
-#inbound="127.0.0.1:11002" 
+#inbound="tls://127.0.0.1:11002" 
 
 
 ## Connection slots
 ## Connection slots
 #outbound_connections=5
 #outbound_connections=5
 
 
 ## P2P external address
 ## P2P external address
-#external_addr="127.0.0.1:11002"
+#external_addr="tls://127.0.0.1:11002"
 
 
 ## Peers to connect to
 ## Peers to connect to
-#peers=["127.0.0.1:11003"]
+#peers=["tls://127.0.0.1:11003"]
 
 
 ## Seed nodes to connect to 
 ## Seed nodes to connect to 
-#seeds=["127.0.0.1:11001"]
+#seeds=["tls://127.0.0.1:11001"]
 
 
 ## these are the default configuration for the p2p network
 ## these are the default configuration for the p2p network
 #manual_attempt_limit=0
 #manual_attempt_limit=0

+ 5 - 5
bin/tau/taud_config.toml

@@ -1,5 +1,5 @@
 ## JSON-RPC listen URL
 ## JSON-RPC listen URL
-#rpc_listen="127.0.0.1:11055"
+#rpc_listen="tcp://127.0.0.1:11055"
 
 
 ## Sets Datastore Path
 ## Sets Datastore Path
 #datastore="~/.config/tau"
 #datastore="~/.config/tau"
@@ -10,19 +10,19 @@
 ## Raft net settings
 ## Raft net settings
 [net]
 [net]
 ## P2P accept address
 ## P2P accept address
-#inbound="127.0.0.1:11002" 
+#inbound="tcp://127.0.0.1:11002" 
 
 
 ## Connection slots
 ## Connection slots
 #outbound_connections=0 
 #outbound_connections=0 
 
 
 ## P2P external address
 ## P2P external address
-#external_addr="127.0.0.1:11002"
+#external_addr="tls://127.0.0.1:11002"
 
 
 ## Peers to connect to
 ## Peers to connect to
-#peers=["127.0.0.1:11003"]
+#peers=["tls://127.0.0.1:11003"]
 
 
 ## Seed nodes to connect to 
 ## Seed nodes to connect to 
-#seeds=["127.0.0.1:11001"]
+#seeds=["tls://127.0.0.1:11001"]
 
 
 ## these are the default configuration for the p2p network
 ## these are the default configuration for the p2p network
 #manual_attempt_limit=0
 #manual_attempt_limit=0