Răsfoiți Sursa

doc: Remove reference to quarantine settings

They have been deleted and replaced with the greylist system
foo 2 ani în urmă
părinte
comite
1383e7bd47
2 a modificat fișierele cu 0 adăugiri și 10 ștergeri
  1. 0 9
      bin/darkfid/darkfid_config.toml
  2. 0 1
      doc/src/misc/tor-darkirc.md

+ 0 - 9
bin/darkfid/darkfid_config.toml

@@ -85,9 +85,6 @@ inbound = ["tcp+tls://0.0.0.0:8242"]
 # Allow localnet hosts
 localnet = true
 
-# Delete a peer from hosts if they've been quarantined N times
-#hosts_quarantine_limit = 50
-
 # Cooling off time for peer discovery when unsuccessful
 #outbound_peer_discovery_cooloff_time = 30
 
@@ -172,9 +169,6 @@ outbound_connections = 8
 # Allow localnet hosts
 localnet = false
 
-# Delete a peer from hosts if they've been quarantined N times
-#hosts_quarantine_limit = 50
-
 # Cooling off time for peer discovery when unsuccessful
 #outbound_peer_discovery_cooloff_time = 30
 
@@ -259,9 +253,6 @@ outbound_connections = 8
 # Allow localnet hosts
 localnet = false
 
-# Delete a peer from hosts if they've been quarantined N times
-#hosts_quarantine_limit = 50
-
 # Cooling off time for peer discovery when unsuccessful
 #outbound_peer_discovery_cooloff_time = 30
 

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

@@ -23,7 +23,6 @@ Some settings may be commented-out by default.
 outbound_connect_timeout = 60
 channel_handshake_timeout = 55
 channel_heartbeat_interval = 90
-hosts_quarantine_limit = 10
 outbound_peer_discovery_cooloff_time = 60
 
 allowed_transports = ["tor", "tor+tls"]