diff --git a/tools/dnswalk.md b/tools/dnswalk.md new file mode 100644 index 0000000..cdfbd77 --- /dev/null +++ b/tools/dnswalk.md @@ -0,0 +1,26 @@ +# dnswalk + +Notes +------- + +Help Text +------- +``` +Usage: dnswalk [-OPTIONS [-MORE_OPTIONS]] [--] [PROGRAM_ARG1 ...] + +The following single-character options are accepted: + With arguments: -D + Boolean (without arguments): -r -f -i -a -d -m -F -l + +Options may be merged together. -- stops processing of options. +Space is not required between options and their arguments. + +Usage: dnswalk domain +domain MUST end with a '.' +``` + +Example Usage +------- + +Links +-------