Skip to content

Commit

Permalink
taud: Update config for live seed nodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
parazyd committed Jul 31, 2023
1 parent 337e88b commit c1a36c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/tau/taud_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit c1a36c1

Please sign in to comment.