Sign inSign up

vpolaris/unbound

By vpolaris

•Updated over 4 years ago

repository hosting various unbound build from scratch

Image
0

567

vpolaris/unbound repository overview

Unbound dev build is designed to test unbound configuration in various scenarii with all features and modules availables. Normaly works out of the box, in insecure way, because it's a transparent DNS accepting connections from everywhere. The resolver is Quad DNS (9.9.9.9) by default

Contains : vim editor, iproute, bind-utils, bash to debug result, deamon is set in debug mode console throwing many outputs

You need 2 sessions, one for the command and one for the daemon outputs

to start the daemon : (here with podman but you can substiture with docker)

sudo podman run --name unbound -p153:53/tcp -p153:53/udp -ti vpolaris/unbound:dev

you can access the container with

sudo podman exec -ti unbound /bin/bash

for testing communication you can run outside the container

dig sigok.verteiltesysteme.net @192.168.124.219 -p153 +dnssec dig sigfail.verteiltesysteme.net @192.168.124.219 -p153 +dnssec

where ip address is the hosting machine

Tag summary

Content type

Image

Digest

Size

86.4 MB

Last updated

over 4 years ago

docker pull vpolaris/unbound:unbound-server