1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/chinadns
2015-05-23 12:48:11 +08:00
..
Dockerfile update 2015-05-23 12:48:11 +08:00
fig.yml fix dnsmasq --no-daemon 2015-03-06 00:31:03 +08:00
README.md add README.md 2015-03-06 01:11:54 +08:00
services.conf update 2015-05-23 12:48:11 +08:00

chinadns + dnsmasq

About

  • chinadns: Protect yourself against DNS poisoning in China.
  • dnsmasq: A free software DNS forwarder and DHCP server for small networks.

Fig

chinadns:
  image: vimagick/chinadns
  ports:
    - "53:53/udp"
    - "53:53/tcp"
  restart: always

Run

fig up -d

Test

# UDP
dig @127.0.0.1 www.google.com

# TCP
dig @127.0.0.1 www.youtube.com +tcp