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