Sign inSign up

pmoust/dnsmasq-catchall

By pmoust

Updated almost 11 years ago

Dockerized dnsmasq to catchall A requests to a specific IP

Image
2

1.0K

pmoust/dnsmasq-catchall repository overview

dnsmasq-catchall

Dockerized dnsmasq to catchall A requests to a specific IP

Requires Docker v1.1+ and has to run in privileged mode.

Usage:

docker run -p 53:53/udp -p 53:53/tcp --rm --privileged --name dnsmasq pmoust/dnsmasq-catchall aaa.bbb.ccc.ddd

Example:

docker run -p 53:53/udp -p 53:53/tcp --rm --privileged --name dnsmasq pmoust/dnsmasq-catchall 10.30.30.30

doing nslookup google.com 127.0.0.1 will return 10.30.30.30

Tag summary

Content type

Image

Digest

sha256:3f0efc7f5

Size

193.9 MB

Last updated

almost 11 years ago

docker pull pmoust/dnsmasq-catchall