Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[base-node] Implement AllowList for peers #2777

Closed
2 tasks
delta1 opened this issue Mar 23, 2021 · 2 comments
Closed
2 tasks

[base-node] Implement AllowList for peers #2777

delta1 opened this issue Mar 23, 2021 · 2 comments
Labels
C-proposal Before becoming formal RFCs, new ideas are written up as proposals and discussed in the community

Comments

@delta1
Copy link
Contributor

delta1 commented 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 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
@delta1 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
@sdbondi
Copy link
Member

sdbondi commented Aug 15, 2022

Closing because this was implemented in #3642

@sdbondi sdbondi closed this as completed Aug 15, 2022
@delta1
Copy link
Contributor Author

delta1 commented Aug 15, 2022

Naas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-proposal Before becoming formal RFCs, new ideas are written up as proposals and discussed in the community
Projects
None yet
Development

No branches or pull requests

9 participants
@delta1 @sdbondi and others