File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ func process(res any) {
117117 case len (resp .Error ) > 0 : // collect TIMEOUTs separetely
118118 key = "TIMEOUT"
119119 default : // for the rest: extract "useful data"
120- key = output .OutputDnsResponseFocus (& resp , typeFocus )
120+ key = strings . ToLower ( output .OutputDnsResponseFocus (& resp , typeFocus ) )
121121 }
122122
123123 // count how many of these we had
Original file line number Diff line number Diff line change 66
77package goat
88
9- const version = "v0.8.0"
9+ const version = "v0.8.0+ "
1010
1111var (
1212 uaString = "goat " + version
Original file line number Diff line number Diff line change 44
55* FIX: HTTP results did not parse ` af ` , ` src_addr ` and ` dst_addr ` into base results.
66 Reported by @moonracker
7+ * FIX: ` dnsstat ` results were case sensitive therefore missed merging of some answers
78
89## v0.8.0
910
You can’t perform that action at this time.
0 commit comments