|
|
@@ -49,6 +49,8 @@ outbound_connections = 8
|
|
|
seeds = [
|
|
|
"tcp+tls://lilith0.dark.fi:5262",
|
|
|
"tcp+tls://lilith1.dark.fi:5262",
|
|
|
+ # tor://rwjgdy7bs4e3eamgltccea7p5yzz3alfi2vps2xefnihurbmpd3b7hqd.onion:5262",
|
|
|
+ # tor://f5mldz3utfrj5esn7vy7osa6itusotix6nsjhv4uirshkcvgglb3xdqd.onion:5262",
|
|
|
]
|
|
|
|
|
|
## Manual peers to connect to
|
|
|
@@ -56,6 +58,7 @@ seeds = [
|
|
|
|
|
|
# Whitelisted transports for outbound connections
|
|
|
allowed_transports = ["tcp+tls"]
|
|
|
+#allowed_transports = ["tor"]
|
|
|
|
|
|
# Enable transport mixing
|
|
|
# Allows mixing transports, e.g. tor+tls:// connecting to tcp+tls://
|