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

include DDoS mitigation scheme in network specification #122

Closed
ghost opened this issue Mar 6, 2017 · 2 comments
Closed

include DDoS mitigation scheme in network specification #122

ghost opened this issue Mar 6, 2017 · 2 comments
Milestone

Comments

@ghost
Copy link

ghost commented Mar 6, 2017

DDoSing lightning network node is very critical attack and mitigation method is needed. For example, node discovery should not rely on ip address, and nodes should be able to relay packets behaving as proxy for other nodes.

@rustyrussell rustyrussell added this to the v1.1 milestone Mar 8, 2017
@rustyrussell
Copy link
Collaborator

This is a fundamental issue with running a public node, whether it's a bitcoin node or a lightning node. Proxying creates the same DDoS issues, just internal to the lightning network.

One thing we can do is to add an optional message supplying confirmed peers with alternate address(es) to connect to. This allows a site to have a different address for peers who share channels.

@t-bast
Copy link
Collaborator

t-bast commented Sep 18, 2024

We should be addressing DDoS concern on a per-feature basis: the spec already contains recommendations to protect against DoS in some specific cases, but we can't have a catch-all that perfectly covers all DDoS concerns.

@t-bast t-bast closed this as completed Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants