Skip to content

wagonza/docker-unbound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unbound container

Configure access lists by using the environment variable UNBOUND_ACCESS_CONTROL For example, the following will allow the following networks to query the name server:

UNBOUND_ACCESS_CONTROL="192.168.0.0/24,10.0.0.0/24"

To run

docker run -d -e UNBOUND_ACCESS_CONTROL="192.168.0.0/24,10.0.0.0/24" -p 53:53/tcp -p 53:53/udp wagonza/unbound

About

Unbound container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages