diff options
Diffstat (limited to 'Makefile.fuzz')
-rw-r--r-- | Makefile.fuzz | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.fuzz b/Makefile.fuzz index f9c22db4b..666f4c93d 100644 --- a/Makefile.fuzz +++ b/Makefile.fuzz @@ -4,7 +4,7 @@ # you can start the fuzzing with: make -f Makefile.fuzz <plugin> # e.g. # -# make -f Makefile.fuzz proxy +# make -f Makefile.fuzz forward # # Each plugin that wants to join the fuzzing fray only needs to add a fuzz.go that calls # the plugins's ServeDNS and used the plugin/pkg/fuzz for the Do function. |