mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-14 12:42:48 +02:00
In this commit, we add a new sub-system, then `HostAnnouncer` which allows a users without a static IP address to ensure that lnd always announces the most up to date address based on a domain name. A new command line flag `--external-hosts` has been added which allows a user to specify one or most hosts that should be periodically resolved to update any advertised IPs the node has. Fixes #1624. |
||
|---|---|---|
| .. | ||
| chan_status_manager.go | ||
| chan_status_manager_test.go | ||
| channel_announcement.go | ||
| channel_announcement_test.go | ||
| channel_state.go | ||
| channel_update.go | ||
| channel_update_test.go | ||
| host_ann.go | ||
| host_ann_test.go | ||
| interface.go | ||
| log.go | ||
| node_announcement.go | ||
| node_signer.go | ||
| sign.go | ||