You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a configurable AllowList of peers that should never be banned from communications
config.toml should accept a new key for an array of allowed peers
in the banning function, the peer being banned should be checked first to see if it is in the list of allowed peers, and if so do not ban it. An info/debug log should be added to make note of this
The text was updated successfully, but these errors were encountered:
delta1
added
the
C-proposal
Before becoming formal RFCs, new ideas are written up as proposals and discussed in the community
label
Mar 23, 2021
Implement a configurable AllowList of peers that should never be banned from communications
config.toml
should accept a new key for an array of allowed peersThe text was updated successfully, but these errors were encountered: