mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
darkirc: Update config for live seed nodes.
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user