فهرست منبع

[doc] Add tor seeds to tor-darkirc.md

y 2 سال پیش
والد
کامیت
90f4dbd576
1فایلهای تغییر یافته به همراه7 افزوده شده و 0 حذف شده
  1. 7 0
      doc/src/misc/tor-darkirc.md

+ 7 - 0
doc/src/misc/tor-darkirc.md

@@ -22,6 +22,7 @@ Ensure the config file contains the following:
 _If you notice some settings are not present in the file, simply add them._
 _If you notice some settings are not present in the file, simply add them._
 
 
 ```toml
 ```toml
+# connection settings
 outbound_connect_timeout = 60
 outbound_connect_timeout = 60
 channel_handshake_timeout = 55
 channel_handshake_timeout = 55
 channel_heartbeat_interval = 90
 channel_heartbeat_interval = 90
@@ -31,6 +32,12 @@ outbound_peer_discovery_cooloff_time = 60
 allowed_transports = ["tor", "tor+tls"]
 allowed_transports = ["tor", "tor+tls"]
 external_addr = ["tor://youraddress.onion:your-port"]
 external_addr = ["tor://youraddress.onion:your-port"]
 
 
+# seeds
+seeds = [
+    "tor://rwjgdy7bs4e3eamgltccea7p5yzz3alfi2vps2xefnihurbmpd3b7hqd.onion:5262",
+    "tor://f5mldz3utfrj5esn7vy7osa6itusotix6nsjhv4uirshkcvgglb3xdqd.onion:5262",
+]
+
 # inbound settings
 # inbound settings
 inbound = ["tcp://127.0.0.1:your-port"]
 inbound = ["tcp://127.0.0.1:your-port"]
 inbound_connections = 8
 inbound_connections = 8