Răsfoiți Sursa

Add some Tor seed nodes to darkirc and taud configs

parazyd 2 ani în urmă
părinte
comite
55471d15e9
2 a modificat fișierele cu 6 adăugiri și 0 ștergeri
  1. 3 0
      bin/darkirc/darkirc_config.toml
  2. 3 0
      bin/tau/taud/taud_config.toml

+ 3 - 0
bin/darkirc/darkirc_config.toml

@@ -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://

+ 3 - 0
bin/tau/taud/taud_config.toml

@@ -32,10 +32,13 @@ inbound_connections = 0
 seeds = [
     "tcp+tls://lilith0.dark.fi:5362",
     "tcp+tls://lilith1.dark.fi:5362",
+    # "tor://rwjgdy7bs4e3eamgltccea7p5yzz3alfi2vps2xefnihurbmpd3b7hqd.onion:5362"
+    # "tor://f5mldz3utfrj5esn7vy7osa6itusotix6nsjhv4uirshkcvgglb3xdqd.onion:5362"
 ]
 
 # 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://