Skip to content

Docker image for A&A DNS-over-TLS using stubby

License

Notifications You must be signed in to change notification settings

Alibloke/stubby-quad9

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Docker image for A&A DNS-over-TLS using stubby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 76.1%
  • Dockerfile 23.9%