Skip to content

megusta-01/unbound

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unofficial unbound docker image

Build Status Docker Pulls

Unbound is a validating, recursive, and caching DNS resolver.

Tags

tag unbound libressl image
latest 1.9.0 2.8.3 manifest-v2-2
1.9.0 1.9.0 2.8.3 manifest-v2-2
1.9.0-amd64 1.9.0 2.8.3
1.9.0-arm 1.9.0 2.8.3
1.9.0-arm64 1.9.0 2.8.3

Deployment

docker run -p 53:53/tcp -p 53:53/udp klutchell/unbound

Parameters

  • -p 53:53/tcp - expose tcp port 53 on the container to tcp port 53 on the host
  • -p 53:53/udp - expose udp port 53 on the container to udp port 53 on the host
  • -v /path/to/config:/opt/unbound/etc/unbound - (optional) mount a custom configuration directory

Building

make help
make build ARCH=arm32v6

Testing

make help
make test ARCH=arm32v6

Usage

Check out the following guide for usage with Pi-hole

Also check out MatthewVance's README for more detail since this image is based on his work

Author

Kyle Harding kylemharding@gmail.com

Contributing

Feel free to send an email or submit a pull request with any features, fixes, or changes!

Acknowledgments

License

About

unofficial unbound docker image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 48.8%
  • Makefile 43.6%
  • Shell 7.6%