diff --git a/matcher/dns/dns.go b/matcher/dns/dns.go index a73cf78..d4c89b1 100644 --- a/matcher/dns/dns.go +++ b/matcher/dns/dns.go @@ -89,7 +89,7 @@ func (t *DNSMatcher) IsNoResponse(index int) bool { } func (t *DNSMatcher) IsPrePacket() bool { - return true + return false } func (t *DNSMatcher) Match(index int, packet *packet.Packet, info scaninfo.ServiceScanInfo) bool {