Skip to content

Commit da5ab33

Browse files
committed
rundnssecscan: add parallel parameter -u for slight speedup
1 parent c9fbc56 commit da5ab33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dnssec/rundnssecscan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ TDIR=$(mktemp -d)
2626
ln -s "$MERGELIST_DIR/_merge.txt" "$TDIR/dom.txt"
2727

2828
mkdir "$OUTDIR/keys"
29-
parallel -a "$TDIR/dom.txt" -n 15 -j 100 --timeout 300 \
29+
parallel -a "$TDIR/dom.txt" -n 15 -j 100 --timeout 300 -u \
3030
"$MYDIR/getdnskeys" -p -o "$OUTDIR/keys"
3131

3232
find "$OUTDIR/keys" -type f -exec badkeys --dnssec {} \+ \

0 commit comments

Comments
 (0)