Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker PowerDNS

PowerDNS authoritative server based on Debian Jessie.

To run the server:

docker run --rm -i tedomum/pdns -- [pdns options]

For instance, connecting to a database server:

docker run -d --name=dns
-t tedomum/pdns
--launch=gmysql
--local-ipv6=::
--gmysql-host=mariadb
--gmysql-user=pdns
--gmysql-password=pdns
--gmysql-dbname=pdns

About

PowerDNS authoritative server

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors