We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6943e19 commit f86cc72Copy full SHA for f86cc72
ch-5/subdomain_guesser/main.go
@@ -25,7 +25,6 @@ func lookupA(fqdn, serverAddr string) ([]string, error) {
25
for _, answer := range in.Answer {
26
if a, ok := answer.(*dns.A); ok {
27
ips = append(ips, a.A.String())
28
- return ips, nil
29
}
30
31
return ips, nil
0 commit comments