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

Implement a rudimentary DNS client for SRV record lookup #131

Merged
merged 1 commit into from
Mar 22, 2024
Merged

Commits on Mar 21, 2024

  1. Implement a rudimentary DNS client for SRV record lookup

    This change creates a very basic DNS client capable of performing A, AAAA,
    CNAME, NS, SOA, TXT, and SRV types of queries. This is the first step in
    supporting DNS lookup of SRV records for service discovery in `mtop` and
    `mc`. It also adds a `dns` executable capable of making queries and parsing
    binary DNS messages.
    
    This client has undergone very little testing and should be considered
    both experimental and internal to mtop.
    
    See #107
    56quarters committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3221a68 View commit details
    Browse the repository at this point in the history