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

Add dns.edns.Option.to_generic() #1145

Merged
merged 3 commits into from
Oct 11, 2024
Merged

Commits on Oct 9, 2024

  1. Add dns.edns.Option.to_generic()

    Converts an EDNS option represented by a custom class into an equivalent
    option represented by the generic option class.  This is similar to the
    existing dns.rdata.Rdata.to_generic() method.
    
    Also, adds a specialization to the existing dns.rdata.Rdata.to_generic()
    method for GenericRdata, to avoid extra work for applications that want
    to convert all rdata to generic form.
    bwelling committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    50fd1be View commit details
    Browse the repository at this point in the history
  2. Fix typing issue.

    bwelling committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    0b240f1 View commit details
    Browse the repository at this point in the history
  3. Fix typing again.

    bwelling committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7d30a44 View commit details
    Browse the repository at this point in the history