瀏覽代碼

taud: Update config for live seed nodes.

parazyd 3 年之前
父節點
當前提交
c1a36c1bf9
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      bin/tau/taud_config.toml

+ 4 - 1
bin/tau/taud_config.toml

@@ -26,7 +26,10 @@ outbound_connections=8
 #peers = ["tcp+tls://127.0.0.1:23331"]
 
 ## Seed nodes to connect to
-seeds=["tcp+tls://lilith0.dark.fi:23331", "tcp+tls://lilith1.dark.fi:23331"]
+seeds=[
+    "tcp+tls://lilith0.dark.fi:5362",
+    "tcp+tls://lilith1.dark.fi:5362",
+]
 
 # Whitelisted transports for outbound connections
 allowed_transports = ["tcp+tls"]