You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lightningd: remove --bind-addr and --addr munging on onions and local sockets.
Changelog-Removed: --bind-addr and --addr on onion addresses and local sockets (deprecated v23.08, disabled by default in v24.11).
Signed-off-by: Rusty Russell <[email protected]>
| bind-addr.torv3 | Config | v23.08 | v24.08 |`announce-addr` makes more sense for Tor addresses |
11
-
| addr.torv3 | Config | v23.08 | v24.08 |`announce-addr` makes more sense for Tor addresses |
12
-
| addr.socket | Config | v23.08 | v24.08 |`bind-addr` makes more sense for local sockets since we cannot announce them |
13
10
| announce-addr-dns | Config | v23.08 | v24.08 | Use `bind-addr=dns:` to specify DNS announcements on a per-address basis |
14
11
| rest-port.clnrest-prefix | Config | v23.11 | v24.11 | Autodetect where we need to rename `rest-port` to `clnrest-port` (added in v23.11) |
15
12
| rest-protocol.clnrest-prefix | Config | v23.11 | v24.11 | Autodetect where we need to rename `rest-protocol` to `clnrest-protocol` (added in v23.11) |
0 commit comments