mirror of
https://github.com/coredns/coredns.git
synced 2025-11-29 07:04:08 -05:00
@@ -55,7 +55,6 @@ func TestLookupEnt(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
// fdjfdjkf
|
||||
const dbMiekENTNL = `; File written on Sat Apr 2 16:43:11 2016
|
||||
; dnssec_signzone version 9.10.3-P4-Ubuntu
|
||||
miek.nl. 1800 IN SOA linode.atoom.net. miek.miek.nl. (
|
||||
|
||||
@@ -69,7 +69,7 @@ func (z *Zone) Lookup(ctx context.Context, state request.Request, qname string)
|
||||
//
|
||||
// Main for-loop handles delegation and finding or not finding the qname.
|
||||
// If found we check if it is a CNAME/DNAME and do CNAME processing
|
||||
// We also check if we have type and do a nodata resposne.
|
||||
// We also check if we have type and do a nodata response.
|
||||
//
|
||||
// If not found, we check the potential wildcard, and use that for further processing.
|
||||
// If not found and no wildcard we will process this as an NXDOMAIN response.
|
||||
@@ -169,7 +169,7 @@ func (z *Zone) Lookup(ctx context.Context, state request.Request, qname string)
|
||||
return nil, ret, nil, NoData
|
||||
}
|
||||
|
||||
// Additional section processing for MX, SRV. Check response and see if any of the names are in baliwick -
|
||||
// Additional section processing for MX, SRV. Check response and see if any of the names are in bailiwick -
|
||||
// if so add IP addresses to the additional section.
|
||||
additional := z.additionalProcessing(rrs, do)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user