vincenzopalazzo / lampo.rs

lampo (lightning in Italian) is a experimental implementation of a tiny lightning node
http://lampo.devcrew.cc
BSD 3-Clause "New" or "Revised" License
37 stars 14 forks source link

define binding address with announced address #206

Open Harshit933 opened 6 months ago

Harshit933 commented 6 months ago

There are two types of IP addresses for a lightning node: the binding address and the announced address.

The binding address is the IP where the node listens for connections, whereas the announced address is the public-facing IP where the node listens for connections from the public.

Currently, this definition is not included in Lampo, but it should be incorporated at some point.

vincenzopalazzo commented 5 months ago

Adding this to the next milestone