mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
doc: add manual blacklist usage to default config
This commit is contained in:
@@ -333,3 +333,9 @@ localnet = false
|
||||
|
||||
# Time between peer discovery attempts
|
||||
#outbound_peer_discovery_attempt_time = 5
|
||||
|
||||
# Nodes to avoid interacting with for the duration of the program, in the
|
||||
# format ["host", ["scheme", "scheme"], [port, port]].
|
||||
# If scheme is left empty it will default to "tcp+tls".
|
||||
# If ports are left empty all ports from this peer will be blocked.
|
||||
#blacklist = [["example.com", ["tcp"], [8551, 23331]]]
|
||||
|
||||
@@ -95,6 +95,12 @@ allowed_transports = ["tcp+tls"]
|
||||
# By default this is not allowed.
|
||||
transport_mixing = false
|
||||
|
||||
# Nodes to avoid interacting with for the duration of the program, in the
|
||||
# format ["host", ["scheme", "scheme"], [port, port]].
|
||||
# If scheme is left empty it will default to "tcp+tls".
|
||||
# If ports are left empty all ports from this peer will be blocked.
|
||||
#blacklist = [["example.com", ["tcp"], [8551, 23331]]]
|
||||
|
||||
## ====================
|
||||
## IRC channel settings
|
||||
## ====================
|
||||
|
||||
@@ -60,3 +60,9 @@ allowed_transports = ["tcp+tls"]
|
||||
# Allows mixing transports, e.g. tor+tls:// connecting to tcp+tls://
|
||||
# By default this is not allowed.
|
||||
transport_mixing = false
|
||||
|
||||
# Nodes to avoid interacting with for the duration of the program, in the
|
||||
# format ["host", ["scheme", "scheme"], [port, port]].
|
||||
# If scheme is left empty it will default to "tcp+tls".
|
||||
# If ports are left empty all ports from this peer will be blocked.
|
||||
#blacklist = [["example.com", ["tcp"], [8551, 23331]]]
|
||||
|
||||
Reference in New Issue
Block a user