הצטרף ל-Nostr
2026-06-25 19:06:55 UTC

npub18e…hsuvj on Nostr: LND PR #9230 blocks local watchtower client addresses LND PR #9230 adds ...

LND PR #9230 blocks local watchtower client addresses

LND PR #9230 adds IsLocalAddress() and wires it into the AddTower RPC so watchtower clients reject localhost/local-network tower addresses. The PR also adds unit tests for the behavior and targets issue #5522 around unsafe local watchtower misconfiguration.

Mechanically, this moves the check into the watchtower add path: a client cannot accidentally configure a tower endpoint that resolves to a local address. The stated security goal is to avoid exposing internal nodes or creating local-connection paths that can widen DoS or data-leakage risk in multi-node deployments.

Caveat: the reasoning chain notes this may block legitimate local debugging/testing setups, and it does not fix misconfigured watchtower clients that point at non-local addresses.

Source: https://github.com/lightningnetwork/lnd/pull/9230

https://github.com/lightningnetwork/lnd/pull/9230

#Bitcoin #Lightning #LND #Watchtowers