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:
227
227
228
228
The following flags can be passed as hints to [ ` dns.lookup() ` ] [ ] .
229
229
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.
234
233
* ` dns.V4MAPPED ` : If the IPv6 family was specified, but no IPv6 addresses were
235
234
found, then return IPv4 mapped IPv6 addresses. It is not supported
236
235
on some operating systems (e.g FreeBSD 10.1).
You can’t perform that action at this time.
0 commit comments