Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BOLT 7: add gossip address descriptor type DNS hostname
This introduces a new gossip address descriptor type used for DNS hostnames. This is particular useful for dynamic DNS users that want to use their home ISP connection with changing IP addresses without relying only on TOR. The `len` field is deliberately encoded with just a byte (u8) since POSIX hostnames do not exceed 255 bytes in total.
- Loading branch information