Merge pull request #9880 from yyforyongyu/accessman

Improve access control in peer connections
This commit is contained in:
Olaoluwa Osuntokun
2025-06-20 15:26:24 -07:00
committed by GitHub
15 changed files with 1104 additions and 305 deletions

View File

@@ -41,6 +41,10 @@
## Functional Updates
- [Improved](https://github.com/lightningnetwork/lnd/pull/9880) the connection
restriction logic enforced by `accessman`. In addition, the restriction placed
on outbound connections is now lifted.
## RPC Updates
## lncli Updates
@@ -71,5 +75,4 @@ much more slowly.
## Tooling and Documentation
# Contributors (Alphabetical Order)
* Yong Yu