Skip to content
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Falc committed Nov 8, 2013
1 parent 96e5543 commit cef942b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down

0 comments on commit cef942b

Please sign in to comment.