shaman
shaman copied to clipboard
Small, lightweight, api-driven dns server.
I'm working with this DNS (great tool) and I had to dockerize it for easier installation. May you be interested in adding that functionality to this repo? I would be...
As of currently (bc3bb04), shaman doesn't allow listening on multiple addresses. This is especially bad if I want it to run over both IPv4 and IPv6 on the same host....
after encountering some challenges while trying to add `go.etcd.io/etcd`, I decided to move from govendor (dep)[https://github.com/golang/dep] after having consulted with the etcd project (https://github.com/etcd-io/etcd/issues/10288#issue-385597736) and realizing the issue was with...
shaman appears to only forward requests for certain types of DNS record on to the fallback server specified with the -f flag. a cursory test with `dig` showed that A,...
When I tried to build a fork of the project in my own CI and my laptop it could not find the packages. Example: `main.go:46:2: cannot find package "github.com/nanopack/shaman/api" in...
I'd be gratefull, if you provide example config where we use PG as L2 storage... Do we need to use something like `postgres://pqgotest:password@localhost/pqgotest?sslmode=verify-full`?
Are AXFR queries supported? I can't find any information related to it.