Sign inSign up

ryzeondev/bmdns

By ryzeondev

Updated 8 months ago

Lightweight DNS written in Python. No fancy UI. No extensive analysis. Just a bare metal DNS server

Image
Networking
0

1.5K

ryzeondev/bmdns repository overview

GitHub Repo

Bare-Metal DNS

Lightweight DNS written in Python. No fancy UI. No extensive analysis. Just a bare metal DNS server

Create Container

Run the following command to create a docker container for this image, replacing <name> with the name you want to give the container, and <conf-mountpoint> with a local directory where to mount /etc/bmdns from the container (this allows to edit the configuration file).

docker run --name <name> -p 53:53 --mount type=bind,src=<conf-mountpoint>,dst=/etc/bmdns ryzeondev/bmdns:latest

Optionally, you can add --mount type=bind,src=<log-mountpoint>,dst=/var/log/bmdns argument, replacing <log-mountpoint> with a local directory where to mount /var/log/bmdns from the container; this allows to inspect log file(s)

Tag summary

Content type

Image

Digest

sha256:2f5f14c1f

Size

45.8 MB

Last updated

8 months ago

docker pull ryzeondev/bmdns