diff --git a/RNS/Reticulum.py b/RNS/Reticulum.py index 7755f77..d2763b8 100755 --- a/RNS/Reticulum.py +++ b/RNS/Reticulum.py @@ -1572,6 +1572,17 @@ instance_name = default # panic_on_interface_error = No +# If you're connecting to a large external network, you +# can use one or more external blackhole list to block +# spammy and excessive announces onto your network. This +# funtionality is especially useful if you're hosting public +# entrypoints or gateways. The list source below provides a +# functional example, but better, more timely maintained +# lists probably exist in the community. + +# blackhole_sources = 521c87a83afb8f29e4455e77930b973b + + [logging] # Valid log levels are 0 through 7: # 0: Log only critical information diff --git a/RNS/Utilities/rnsd.py b/RNS/Utilities/rnsd.py index 2b5686d..6d56569 100755 --- a/RNS/Utilities/rnsd.py +++ b/RNS/Utilities/rnsd.py @@ -204,6 +204,14 @@ instance_name = default # List of remote transport identities from which to auto- # matically source lists of blackholed identities. +# +# If you're connecting to a large external network, you +# can use one or more external blackhole list to block +# spammy and excessive announces onto your network. This +# funtionality is especially useful if you're hosting public +# entrypoints or gateways. The list source below provides a +# functional example, but better, more timely maintained +# lists probably exist in the community. # blackhole_sources = 521c87a83afb8f29e4455e77930b973b