dns_erlang icon indicating copy to clipboard operation
dns_erlang copied to clipboard

Erlang DNS library.

Results 4 dns_erlang issues
Sort by recently updated
recently updated
newest added

All records have the form `key_tag` while DS and CDS records use `keytag` as the field name. Should make this consistent. https://github.com/dnsimple/dns_erlang/blob/master/include/dns_records.hrl#L42-L45

enhancement

The link "Online documentation" [on Hex](https://hex.pm/packages/dns_erlang) yields 404.

I noticed that a query whose additional section count is non-zero in the header, but with that section completely missing, was not rejected as being truncated. This PR fixes this...

When a packet is received with a query for `\\.test` (that is, a name with two labels, one composed of only a backslash character, and the label “test”), `labels_to_dname()` decodes...