Created
June 23, 2014 23:33
-
-
Save kbarber/eb870d1363d7d2d666ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
inet6 sets RES_USE_INET6 in _res.options. This has the | |
effect of trying a AAAA query before an A query inside | |
the gethostbyname(3) function, and of mapping IPv4 | |
responses in IPv6 "tunneled form" if no AAAA records | |
are found but an A record set exists. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment