Sign inSign up

testdasi/dnsmasq

By testdasi

Updated over 5 years ago

Simple DNS server with dnsmasq

Image
0

1.0K

testdasi/dnsmasq repository overview

dnsmasq

Simple DNS server with dnsmasq

Usage

  1. Create a dnsmasq.conf file on the Docker host
  2. Docker run

Example with Unraid

docker run -d \
    --name dnsmasq \
    -p 8053:53/udp \
    -p 8053:53/tcp \
    -v /mnt/user/appdata/dnsmasq/dnsmasq.conf:/etc/dnsmasq.conf \
    --log-opt "max-size=1m" \
    --restart always \
    testdasi/dnsmasq

Notes

Donate.

Tag summary

Content type

Image

Digest

Size

4.9 MB

Last updated

over 5 years ago

docker pull testdasi/dnsmasq