From ed5d64ecd944881aca33c59684a612b6e45de21b Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Fri, 17 Mar 2023 14:11:40 +0100 Subject: more wip collect --- main.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index dea0df7..53cfd65 100644 --- a/main.go +++ b/main.go @@ -2,7 +2,7 @@ // // Install: // -// go install gitlab.torproject.org/rgdd/ct/cmd/ct-sans@latest +// go install git.cs.kau.se/rasmoste/ct-sans@latest // // Usage: // @@ -55,6 +55,8 @@ type options struct { workersPerLog uint64 batchSize uint64 persistSize uint64 + + httpAgent string } func main() { @@ -93,6 +95,8 @@ func main() { opts.batchSize = 10 opts.persistSize = 1 + opts.httpAgent = "wip" + // Hand-over to the respective subcommands var err error switch cmd := os.Args[1]; cmd { -- cgit v1.2.3