Skip to content

Commit

Permalink
remove debug - added src and dst ip stc
Browse files Browse the repository at this point in the history
jrventer committed Feb 10, 2021
1 parent 844770d commit 1ad36f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output_clickhouse.go
Original file line number Diff line number Diff line change
@@ -151,7 +151,7 @@ func clickhouseSendData(connect clickhouse.Clickhouse, batch []DNSResult, server
srcIP = srcIP.Mask(net.CIDRMask(*maskSize, 32))
dstIP = dstIP.Mask(net.CIDRMask(*maskSize, 32))
}
log.Println(fmt.Sprintf("debug dstIP:%v srcIP:%v", dstIP,srcIP))
//log.Println(fmt.Sprintf("debug dstIP:%v srcIP:%v", dstIP,srcIP))
QR := uint8(0)
if batch[k].DNS.Response {
QR = 1

0 comments on commit 1ad36f8

Please sign in to comment.