Siva Kesava R Kakarla
Siva Kesava R Kakarla
I had some luck getting it to work on a native Ubuntu 16.04 (Xenial). I also tried building a Docker image on the above native Ubuntu but got stuck with...
Yes, I did. The `configure` recognized the CC and CXX, but it gave the above errors in the container when run. I used the latest patch. My host environment (`uname...
Yeah, there is `config.log` ``` This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by BIND configure...
Hi @robertswiecki, I finally figured out how to fix this. - On Linux - The Dockerfile should not have `RUN ./compile.sh` statement to compile the Bind code with honggfuzz-clang (check...
@vincentbernat and @thomas-mangin Is the feature added or is still in progress? We are using Exabgp extensively to test our system which might require the above scenario. Is the following...
I did not realize that it was a proposed standard as most of the major implementations allow non-terminal empty wildcards.
Thanks. So, a zone file can not have delegations (NS records for children domains) in the currently supported version?
Okay, thanks; I asked it again as I found cases like the following are also not handled properly, which involves the child NS records. For the same zone file, consider...
Nice project, @ShreyasZare. I pulled the Docker image and could start the DNS server quickly. I see a `config` folder in `/etc/dns,` which has a `zones` sub-folder, but the zone...
These issues are also probably present here too: https://github.com/coredns/coredns/issues/4256 https://github.com/coredns/coredns/issues/4290