File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -227,10 +227,9 @@ changes:
227227
228228The following flags can be passed as hints to [ ` dns.lookup() ` ] [ ] .
229229
230- * ` dns.ADDRCONFIG ` : Returned address types are determined by the types
231- of addresses supported by the current system. For example, IPv4 addresses
232- are only returned if the current system has at least one IPv4 address
233- configured. Loopback addresses are not considered.
230+ * ` dns.ADDRCONFIG ` : Limits returned address types to the types of non-loopback
231+ addresses configured on the system. For example, IPv4 addresses are only
232+ returned if the current system has at least one IPv4 address configured.
234233* ` dns.V4MAPPED ` : If the IPv6 family was specified, but no IPv6 addresses were
235234found, then return IPv4 mapped IPv6 addresses. It is not supported
236235on some operating systems (e.g FreeBSD 10.1).
You can’t perform that action at this time.
0 commit comments