unbound
unbound copied to clipboard
CoreDNS plugin that performs recursive queries using libunbound
Hi, guys. I think unbound doesn't work for me cuz: ``` [WARNING] An external plugin (/go/pkg/mod/github.com/coredns/[email protected]/setup.go line 63) is using the deprecated function Normalize. This will be removed in a...
**What happened**: Facing panic: runtime error: index out of range [0] with length 0 **What you expected to happen**: No runtime panic. **How to reproduce it (as minimally and precisely...
Hi! I am trying to install the recursor as per the manual instructs but I end up at this error. When I run make i get the following error: ```...
**What happened**: When I try to resolve "2.0.0.127.zen.spamhaus.org." with dig: `dig a 2.0.0.127.zen.spamhaus.org.` I see CoreDNS outputs this: `[ERROR] Recovered from panic in server: "dns://:53" runtime error: index out of...
I did performance testing on CoreDNS with Unbound DNS Recursion support yesterday evening, and im gutted 🙁 The test goes fine up until ~100 queries pr. second and then the...
Hello, While using coredns 1.7.0 with the config: ``` .:53 { debug health { lameduck 5s } ready prometheus :9153 unbound cache loop reload } ``` And querying for *ipleak.net*,...
I'm not sure if libunbound does validation by default... One probably needs to configure trust anchors and things like that; would be nice to document how this is done are...
Unbound supports it, should figure what we need to make it work here as well. May need code changes or may just work with the configuration options we currently have.