Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/TeDomum/docker-pdns

PowerDNS authoritative server
https://github.com/TeDomum/docker-pdns

Last synced: 5 days ago
JSON representation

PowerDNS authoritative server

Awesome Lists containing this project

README

        

# 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
```