dbannik / docker-named

Bind DNS server with GeoIP support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

named

docker image for a location aware bind DNS server with GeoIP support

Docker Hub: hub.docker.com/r/lu1as/named

How to start

Make sure that you clone the repository with git-lfs enabled, otherwise the database files won't be downloaded correctly.

The GeoIP databases aren't part of the image. They have to be mounted to /usr/share/GeoIP at container start. This allows using commercial non-free databases and reduces the image size.

docker run -v $PWD/geoip:/usr/share/GeoIP \
    -v $PWD/named.conf:/etc/bind/named.conf \
    -p 53:53/udp lu1as/named

GeoIP databases

GeoIP databases in ./geoip and are extracted from ubuntu package geoip-database-extra

About

Bind DNS server with GeoIP support

License:MIT License


Languages

Language:Dockerfile 100.0%