elixir-dns icon indicating copy to clipboard operation
elixir-dns copied to clipboard

Encoding some resources myself?

Open bortzmeyer opened this issue 1 year ago • 1 comments

I would like to return resource records whose types are not encoded by the Erlang library (such as LOC). I can do the encoding myself but I don't know how to put this in a DNS.Resource. If I send a binary, DNS.Resource.to_record complains. What is the proper way to do so and is it even possible?

bortzmeyer avatar Dec 18 '22 17:12 bortzmeyer