Siva Kesava R Kakarla
Siva Kesava R Kakarla
Hello, The [latest patch](https://github.com/google/honggfuzz/blob/master/examples/bind/bind-9.17.6.patch) for Bind in the repository doesn't work. Bind now doesn't have the package, `libtool` as option. So when the [`configure`](https://github.com/google/honggfuzz/blob/master/examples/bind/bind-9.17.6.patch#L308) command is run it prints the...
**What happened**: Hi, I was checking out CoreDNS as an authoritative DNS server and gave it a small test zone as input. | | | | | |- |- |-...
Hi, In the presence of wildcards and concrete records, the CoreDNS server returns the wrong answer. Consider the following zone file: | | | | | |- |- |- |-...
Hello, Wildcards can match not only one label but multiple whole labels ([RFC 1034](https://tools.ietf.org/html/rfc1034)). Trust-DNS accepts wildcard records but matches only one label. Consider the following example: | | |...
Hi, I was checking out TrustDns as an authoritative DNS server and gave it a small test zone as input. | | | | | |- |- |- |- |...
Hi again, I found a not so commonly used case where the authoritative DNS server does something slightly off. Consider the following example zone file: | | | | |...
Hi again, Similar to #1272, the issue exists with child NS records also. Consider the same zone file, | | | | | |- |- |- |- | | example.com....
Currently, if we use the Github action with this repo, the image is built and pushed to the Docker hub, but the Readme and description are not updated on the...
Hi, I built `erldns` using `make` and then added the following file as `erldns.config`. ``` [ {erldns,[ {servers, [ [{name, inet_localhost_1}, {address, "127.0.0.1"}, {port, 53}, {family, inet}] ]}, {use_root_hints, false},...
**Describe the incorrect behavior you saw** When Twisted Names is acting as an authoritative nameserver for a zone, it seems to not support the [DNS wildcard records](https://www.rfc-editor.org/rfc/rfc4592) which are pretty...