diff --git a/README.md b/README.md index 3424d39..3286864 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,13 @@ $nmap ->scan([ 'williamdurand.fr' ]); ``` +You can also disable the reverse DNS resolution with `disableReverseDNS()`: + +``` php +$nmap + ->disableReverseDNS() + ->scan([ 'williamdurand.fr' ]); +``` Installation ------------