unbound-docker icon indicating copy to clipboard operation
unbound-docker copied to clipboard

Unbound DNS Server Docker Image

Results 60 unbound-docker issues
Sort by recently updated
recently updated
newest added

**Describe the bug** After starting the container in my docker using portainer, unbound logs produce the following msg: cp: preserving times for '/opt/unbound/etc/unbound/dev/random': Operation not permitted cp: preserving times for...

**Describe the bug** Docker can use either cgroup v1 or v2. Depending on it, different files with memory limit are used, see e.g. here https://sergey-lysenko.com/how-to-check-memory-limit-inside-docker-container/ Currently only cgroup v1 is...

HI there, Is there a clean best practices approach to overriding various elements of the unbound config that you are specifying in `unbound.sh` at runtime without having to replace your...

enhancement
help wanted

When attempting to use this docker image as a DNS64 resolver the following errors are thrown: ``` root@dockerhost:/data/docker/volumes/etc-unbound# docker-compose up unbound1 Starting unbound1 ... done Attaching to unbound1 unbound1 |...

Hey there, thanks for reading.. I'm wondering if there is a way that I would be able to get statistics going.. https://www.nlnetlabs.nl/documentation/unbound/howto-statistics/ There is nothing wrong with your image.. I...

state: need feedback

When running the container with the standard command (no changes in config files), I get this error: `docker: Error response from daemon: driver failed programming external connectivity on endpoint my-unbound...

state: need feedback

It would be great if you added support for ARM and ARM64 to your images. I used your Dockerfile to build it on my raspberrypi, but it would be great...

enhancement

**Describe the bug** The health check does not actually ensure that unbound is able to resolve domain names. If the domain for the check (default `cloudflare.com`) has previously been queried...

It should be easy to set the domain for the HEALTHCHECK without having to copy/repeat/redefine the entire health check command. This PR: - Adds an environment variable `HEALTHCHECK_DOMAIN` to the...

Hi, I want to deploy Unbound as a recursive server; this is recommended in [Rspamd documenation](https://rspamd.com/doc/faq.html#resolver-setup): _Therefore, it is strongly advised to employ your own recursive resolver when using Rspamd...