dns
dns copied to clipboard
Docker DNS server on steroids to access DNS-over-TLS from Cloudflare, Google, Quad9, Quadrant or CleanBrowsing
Hi! First of all, thank you for your amazing work, I'm a big fan of your project. I have a question for you: does the LRU cache saves empty responses?...
- [x] Iterative DNSSEC validation - [ ] Metrics: secure, insecure, bogus - [x] Validate root zone with hardcoded DS record from IANA - [ ] Auto-update root zone DS...
Currently I use dnsmasq in front of this docker, so i can resolve some custom domains with other DNS resolvers (eg. local domain to router). Would be nice if this...
Hello, I've got some troubles with dns resolution with your image. Example with fastmirror.pp.ua (debian image or libreoffice download). The docker file is simple, one service for DoT and one...
Hey, Unfortunately, it seems that in my country all providers for DoH and DoT are either blocked by IP, poisoned by DNS, or rejected by DPI. So I, and I...
If the user wants to run this container to serve multiple users potentially in an unsafe network, this makes sense. It also then makes sense to support #98 and #97...
- [ ] Listen on a random port - [ ] Add method on servers to return the current listening port - [ ] Update integration tests to use a...
- [ ] Remove dependency on `golibs/params` and `golibs/verification` (in progress in branch `rework-config`) - [ ] Replace dependency `golibs/logging` with `qdm12/golog` - [ ] Inline `github.com/qdm12/golibs/crypto/random/sources/maphash` here
- [ ] Write program to fetch from iana's website and compare the hardcoded root anchor - [ ] Run the program in the Dockerfile, perhaps as a Dockerfile stage
For now filtering on responses returned only works for A and AAAA records. It should be extended to support more DNS types.