Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BOLT 7: add gossip address descriptor type DNS hostname #911

Merged
merged 1 commit into from Aug 2, 2022

Commits on Jan 3, 2022

  1. 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.
    m-schmoock committed Jan 3, 2022
    5
    Copy the full SHA
    088ac9d View commit details
    Browse the repository at this point in the history