|
|
@@ -30,7 +30,10 @@ outbound_connections=8
|
|
|
#external_addrs = ["tcp+tls://my.resolveable.address:26661"]
|
|
|
|
|
|
## Seed nodes to connect to
|
|
|
-seeds = ["tcp+tls://lilith0.dark.fi:26661", "tcp+tls://lilith1.dark.fi:26661"]
|
|
|
+seeds = [
|
|
|
+ "tcp+tls://lilith0.dark.fi:5262",
|
|
|
+ "tcp+tls://lilith1.dark.fi:5262",
|
|
|
+]
|
|
|
|
|
|
# Whitelisted transports for outbound connections
|
|
|
allowed_transports = ["tcp+tls"]
|