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

dnet: add evgrd to dnet config defaults

darkfi 1 год назад
Родитель
Сommit
3af9c5cd56
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      bin/dnet/dnet_config.toml

+ 6 - 0
bin/dnet/dnet_config.toml

@@ -10,6 +10,12 @@ host = "localhost"
 port = 23330
 port = 23330
 type = "NORMAL"
 type = "NORMAL"
 
 
+#[[nodes]]
+#name = "evgrd"
+#host = "localhost"
+#port = 26690
+#type = "NORMAL"
+
 #[[nodes]]
 #[[nodes]]
 #name = "lilith"
 #name = "lilith"
 #host = "localhost"
 #host = "localhost"