unbound DNS Resolver running in a Docker Container with DNSSEC enabled
840
docker-compose up -d
or
docker run --name=unbound -d \
--restart=always \
-e UPSTREAM_DNS1=8.8.8.8 \
-e UPSTREAM_DNS2=8.8.4.4 \
-p 53:53 \
-p 53:53/udp \
athlinks/unbound-forwarder
Content type
Image
Digest
Size
4.6 MB
Last updated
over 9 years ago
docker pull athlinks/unbound-forwarder