Simple DNS server with dnsmasq
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
Content type
Image
Digest
Size
4.9 MB
Last updated
over 5 years ago
docker pull testdasi/dnsmasq