mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
Fix typos (#6235)
* Fix typos and add todo to fix spelling of dnsutil.MaximumDefaulTTL Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
This commit is contained in:
@@ -36,7 +36,7 @@ type Transferer interface {
|
||||
//
|
||||
// If serial is 0, handle as an AXFR request. Transfer should send all records
|
||||
// in the zone to the channel. The SOA should be written to the channel first, followed
|
||||
// by all other records, including all NS + glue records. The implemenation is also responsible
|
||||
// by all other records, including all NS + glue records. The implementation is also responsible
|
||||
// for sending the last SOA record (to signal end of the transfer). This plugin will just grab
|
||||
// these records and send them back to the requester, there is little validation done.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user