mirror of https://github.com/nodejs/node.git
doc: fix dns.lookup options example
PR-URL: https://github.com/iojs/io.js/pull/757 Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com>pull/765/head
parent
90d2b35281
commit
828d19a1f6
|
@ -79,8 +79,8 @@ All properties are optional. An example usage of options is shown below.
|
|||
```
|
||||
{
|
||||
family: 4,
|
||||
hints: dns.ADDRCONFIG | dns.V4MAPPED
|
||||
all: true
|
||||
hints: dns.ADDRCONFIG | dns.V4MAPPED,
|
||||
all: false
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue