Set DEBUG=1 to make powerdns-consul print each request and response
Architecture
powerdns-consul implements the PowerDNS pipe backend protocol.
It can use various key-value stores to query for DNS records. Supported key-value store backends are:
This test will build powerdns-consul and a Docker image with PowerDNS, Consul and powerdns-consul. It will then bootstrap the Consul key-value store and run some 'real world' tests against this setup using dig.
Contributing
Fork it!
Create your feature branch: git checkout -b my-new-feature
Commit your changes: git commit -am 'Add some feature'
Push to the branch: git push origin my-new-feature
Submit a pull request! :)
History
v0.0.1 (2016-04-20): initial version
v0.0.2 (2016-11-05): use libkv and support Consul and etcd
License
This project is licensed under the MIT License. See LICENSE for details.