Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
/ unbound-forwarder Public archive

A very small Docker container that can be used as a caching, forwarding-only DNS server

Notifications You must be signed in to change notification settings

wbrp/unbound-forwarder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

unbound-forwarder

This is a small Docker container that can be used as a caching, forwarding-only domain name server for Docker hosts.

To build the docker container:

$ docker build -t unbound-forwarder:latest .

When running the container, you need to pass an IP address to which queries should be forwarded to:

$ export FORWARDER_IP=10.0.0.1
$ docker run -p 53:53/udp -e FORWARDER_IP=$FORWARDER_IP unbound-forwarder:latest

About

A very small Docker container that can be used as a caching, forwarding-only DNS server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages