GithubHelp home page GithubHelp logo

saxophonicle / unbound Goto Github PK

View Code? Open in Web Editor NEW

This project forked from klutchell/unbound

0.0 0.0 0.0 232 KB

unofficial unbound docker image https://unbound.net/

License: MIT License

Shell 8.36% Makefile 59.08% Dockerfile 32.56%

unbound's Introduction

unofficial unbound docker image

Docker Pulls Docker Stars

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

Tags

  • 1.9.3, latest
  • 1.9.0

Architectures

Simply pulling klutchell/unbound:<version> should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

  • amd64-<version>
  • arm32v6-<version>
  • arm32v7-<version>
  • arm64v8-<version>
  • i386-<version>
  • ppc64le-<version>
  • s390x-<version>

Deployment

# run a recursive DNS server on port 53
docker run -p 53:5053/udp klutchell/unbound

Parameters

  • -p 53:5053/udp - publish udp port 5053 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

# print makefile usage
make help

# ARCH can be amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
# and is emulated on top of any host architechture with qemu
make build ARCH=arm32v6

# appending -all to the make target will run the task
# for all supported architectures and may take a long time
make build-all BUILD_OPTIONS=--no-cache

Usage

NLnet Labs documentation: https://nlnetlabs.nl/documentation/unbound/

You can print the full command-line usage options by running the container.

# print general usage
docker run --rm klutchell/unbound --help

Author

Kyle Harding: https://klutchell.dev

Contributing

Please open an issue or submit a pull request with any features, fixes, or changes.

Acknowledgments

This image is largely based on MatthewVance's work: https://github.com/MatthewVance/unbound-docker

License

unbound's People

Contributors

klutchell avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.