Sign inSign up

oikuda/stubby-quad9

By oikuda

Updated over 8 years ago

Docker image for quad9 (9.9.9.9) DNS-over-TLS using stubby

Image
3

100K+

oikuda/stubby-quad9 repository overview

stubby-quad9

Simple docker image for quad9 DNS-over-TLS using stubby. Based on debian:testing-slim.

Includes the following scripts:

  • build.sh - build image locally
  • start.sh - start container after build or pull
# --init -> enable interrupting the container with Ctrl+C
# -p 127.0.0.1:53:53/udp -> forward container 53:udp to localhost
docker run --init -p 127.0.0.1:53:53/udp oikuda/stubby-quad9
  • stop.sh - kill container

Docker hub: https://hub.docker.com/r/oikuda/stubby-quad9/

Tag summary

Content type

Image

Digest

Size

41.4 MB

Last updated

over 8 years ago

docker pull oikuda/stubby-quad9