We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9fbc56 commit da5ab33Copy full SHA for da5ab33
1 file changed
dnssec/rundnssecscan
@@ -26,7 +26,7 @@ TDIR=$(mktemp -d)
26
ln -s "$MERGELIST_DIR/_merge.txt" "$TDIR/dom.txt"
27
28
mkdir "$OUTDIR/keys"
29
-parallel -a "$TDIR/dom.txt" -n 15 -j 100 --timeout 300 \
+parallel -a "$TDIR/dom.txt" -n 15 -j 100 --timeout 300 -u \
30
"$MYDIR/getdnskeys" -p -o "$OUTDIR/keys"
31
32
find "$OUTDIR/keys" -type f -exec badkeys --dnssec {} \+ \
0 commit comments