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?
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_recordcomplains. What is the proper way to do so and is it even possible?