mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
This broke BTCPayServer, so revert. I originally (accidentally!) implemented this such that it broadcast both DNS and IP entries, but Michael reported earlier that they still don't propagage well, so simply suppress them. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Fixes: #5795 Changelog-Changeed: Config: `announce-addr-dns` needs to be set to *true* to put DNS names into node announcements, otherwise they are suppressed. Changelog-Deprecated: Config: `announce-addr-dns` (currently defaults to `false`). This will default to `true` once enough of the network has upgraded to understand DNS entries.