diff options
author | Rasmus Dahlberg <rasmus@rgdd.se> | 2023-04-03 00:04:49 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@rgdd.se> | 2023-04-03 00:04:49 +0200 |
commit | c8f8f323669ecad7311ad53fbae016712f8becbe (patch) | |
tree | cee52270549ab30dfb8794737ed2033fb222d5ff | |
parent | c1583783736f55998cfbedc9e19bd5b82afc1aed (diff) |
Add note that README needs to be updated
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,6 +7,8 @@ A tool that visits a list of domains over HTTPS to see if they have **Warning:** research prototype. The source code may also be moved. +**TODO:** update and clean-up README. + ## Quickstart You will need a Go compiler on the local system: @@ -97,8 +99,6 @@ where you left off (line `2089`), specify the `-n` option on the next run: ### Too many parallel workers -**TODO:** update, ripped-out -c and -C. - Here's what would happen if the local system cannot handle the number of workers: $ onion-grab -i top-1m.lst -w 1000 -m 15s -C 60s -c rgdd.se |