Skip to content

testdasi/dnsmasq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published