-
The new implementation of dnstap sends a unidirectional stream over sockets. Both the libfstrm and golang-dns clients will fail to decode this stream because they are hardcoded to expect a bidirection…
-
Not all plugins do a "DNS thing", some provide something (*bind*`, `*root*`) or just do something (*reload*). We should identify the types and make that more explicit by first identifying the types an…
miekg updated
3 years ago
-
I am using Unbound 1.10.1 on Debian as a simple forwarding server with one forward zone and two DoT forward servers. When my router is rebooted (for example due to power glitch), all subsequent reques…
-
hi,c-mueller!
When I add ads to the source code of coerdns, and then make, no matter whether my Corefile is added or not, the entire network becomes slow!
**plugin.cfg**
metadata:metadata
canc…
-
`nsd -v` only shows the NSD version. Having the build options displayed with this output might be useful for debugging.
Example from `nsd -v` in comparison to `unbound -V`:
```
~ # nsd -v
NSD ve…
-
**What would you like to be added**:
Currently, when I try to use the cache plugin (tested with `A` records), all records are returned exactly in the same order during the MINTTL, which has an import…
-
Preliminary support in my [dnstap](https://github.com/jelu/dsc/tree/dnstap) branch.
Test environment using Unbound and dsc-datatool for [Grafana](https://dsc-dnstap.dev.dns-oarc.net/d/000000012/dsc…
-
Tracking bug for coredns 1.8.1 release.
1 or 2 PRs needs merging, but then we can kick off a 1.8.1 release.
miekg updated
3 years ago
-
Running a `go test ...` in the toplevel coredns dir fails for me:
~~~
go: github.com/tmc/grpc-websocket-proxy/examples/cmd/wsechoserver imports
github.com/Sirupsen/logrus: github.com/Sirupsen/lo…
miekg updated
4 years ago
-
- Program: Recursor
- Issue type: Bug report
### Short description
With a specific forwarding setup, I see DS queries for records that should have been cached.
### Environment…