0.0.2 Release
What's new?
Unit tests
Running make test
will invoke a bunch of unit tests to test the functionality of discodns. The current tests should cover most things, but aren't very exhaustive. A running etcd server is also required to run the tests against.
Wildcard subdomains
It's now possible to define a record for a wildcard domain, which means any queries that match that wildcard will see these records. For example...
/net/disco/test/*/.A => 1.2.3.4
/net/disco/test/.A => 9.9.9.9
nslookup test.disco.net
9.9.9.9
nslookup foo.test.duedil.net
1.2.3.4
nslookup bar.test.duedil.net
1.2.3.4