This project is mirrored from https://github.com/coredns/coredns.git.
The repository failed to update .
Repository mirroring has been paused due to too many failed attempts, and can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts, and can be resumed by a project maintainer.
Last successful update .
- 02 Apr, 2016 3 commits
-
-
Miek Gieben authored
When looking for a name in tree, return wether we got to a longer one - if so we had an ent. Add tests + dnssec tests and refactor the tests as well a bit.
-
Miek Gieben authored
middleware: change documentation filenames to README.md
-
Matt Layher authored
-
- 01 Apr, 2016 3 commits
-
-
Miek Gieben authored
Add benchmark for normal and DNSSEC lookup. We can probably shave quite a lot of these, but first lets actually get to something that is serving.
-
Miek Gieben authored
Positive wildcare replies
-
Miek Gieben authored
Reply to queries when you have a wildcard in the zone. This works for DNS and DNSSEC. Thing missing is NODATA responses for that specific wildcard. Add wildcard_test.go as well.
-
- 31 Mar, 2016 4 commits
-
-
Miek Gieben authored
Get positive dnssec stuff going
-
Miek Gieben authored
-
Miek Gieben authored
-
Miek Gieben authored
-
- 30 Mar, 2016 14 commits
-
-
Miek Gieben authored
-
Miek Gieben authored
-
Miek Gieben authored
-
Miek Gieben authored
-
Miek Gieben authored
-
Miek Gieben authored
-
Miek Gieben authored
-
Miek Gieben authored
-
Miek Gieben authored
Add canonical sorting
-
Miek Gieben authored
Add a low-allocation canonical sorting function that can be used in middleware. This implements the tests from rfc4034 correctly.
-
Miek Gieben authored
-
Miek Gieben authored
-
Miek Gieben authored
-
Miek Gieben authored
-
- 29 Mar, 2016 6 commits
-
-
Miek Gieben authored
-
Miek Gieben authored
-
Miek Gieben authored
-
Miek Gieben authored
-
Miek Gieben authored
Transfer out
-
Miek Gieben authored
These can be enabled by adding "transfer out" to the Corefile. Without it no AXFR is allowed. For now only AXFR and no IXFR. No TSIG and no ACLs.
-
- 28 Mar, 2016 7 commits
-
-
Miek Gieben authored
-
Miek Gieben authored
-
Miek Gieben authored
Add testing package
-
Miek Gieben authored
This already includes a bunch of helper functions that aid in testing. Factor out etcd and file testing to use this package. Fixes: #50
-
Miek Gieben authored
Etcd stub
-
Miek Gieben authored
Zonefile fix
-
Miek Gieben authored
Full implementation, DNS (and in the future DNSSEC). Returns answer in a hopefully standards compliant way. Testing with my miek.nl zone are included as well. This should correctly handle nodata, nxdomain and cnames.
-
- 27 Mar, 2016 2 commits
-
-
Miek Gieben authored
-
Miek Gieben authored
This implements stubzones in the same way as SkyDNS. This also works with multiple configured domains and has tests. Also add more configuration parameters for TLS and path prefix and enabling stubzones. Run StubUpdates as a startup command to keep up to date with the list in etcd.
-
- 26 Mar, 2016 1 commit
-
-
Miek Gieben authored
Cname ordering
-