Add new fields to output title

This commit is contained in:
yuhan6665
2026-05-24 21:55:20 -04:00
parent ee4442cd50
commit 41de84143e
+1 -1
View File
@@ -61,7 +61,7 @@ func main() {
return
}
defer f.Close()
_, _ = f.WriteString("IP,ORIGIN,CERT_DOMAIN,CERT_ISSUER,GEO_CODE\n")
_, _ = f.WriteString("IP,ORIGIN,TLS,ALPN,CURVE,CERT_LENGTH,CERT_SIGNATURE,CERT_PUBLICKEY,CERT_DOMAIN,CERT_ISSUER,GEO_CODE\n")
outWriter = f
}
var hostChan <-chan Host