This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
coredns
Watch
1
Star
0
Fork
0
You've already forked coredns
mirror of
https://github.com/coredns/coredns.git
synced
2025-10-29 09:14:17 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dcd05032a4624dd03000f51573e3c8626a2fa76d
coredns
/
middleware
/
file
/
zone_test.go
5 lines
90 B
Go
Raw
Normal View
History
Unescape
Escape
Implement a DNS zone 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.
2016-03-27 07:37:23 +01:00
package
file
empty non-terminal support 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.
2016-04-02 16:56:16 +01:00
// TODO tests here.
Add AXFR test Test shouldTransfer by upping a testserver and sending the SOA query. Remove state from DefaultErrorHandler and just get it from the request. Add more logging to show what is going on. This also adds the infrastructure for future tests.
2016-04-06 22:29:33 +01:00
// see secondary_test.go for some infrastructure stuff.
Reference in New Issue
Copy Permalink