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