We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5d590 commit 0514447Copy full SHA for 0514447
pkg/scanner/axfr.go
@@ -21,7 +21,7 @@ func DumpAXFR(target string, dnsServer string) ([]define.Record, error) {
21
for rr := range ch {
22
if rr.Error != nil {
23
log.Debugf("Error: %v", rr.Error)
24
- continue
+ return records, rr.Error
25
}
26
for _, r := range rr.RR {
27
records = append(records, define.Record{
0 commit comments