From 41de84143e848e0072fdf53afcbc548b96346322 Mon Sep 17 00:00:00 2001 From: yuhan6665 <1588741+yuhan6665@users.noreply.github.com> Date: Sun, 24 May 2026 20:19:57 -0400 Subject: [PATCH] Add new fields to output title --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index a7c77ea..914534c 100644 --- a/main.go +++ b/main.go @@ -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