Merge pull request #156 from modulistic/master

typo in networking.dnsSingleRequest documentation
This commit is contained in:
Phreedom 2013-05-04 02:34:28 -07:00
commit 7190c867d6

View File

@ -26,7 +26,7 @@ let
routers will systemically drop the ipv4 queries. The symptom of this problem is routers will systemically drop the ipv4 queries. The symptom of this problem is
that 'getent hosts example.com' only returns ipv6 (or perhaps only ipv4) addresses. The that 'getent hosts example.com' only returns ipv6 (or perhaps only ipv4) addresses. The
workaround for this is to specify the option 'single-request' in workaround for this is to specify the option 'single-request' in
/etc/resolve.conf. This option enables that. /etc/resolv.conf. This option enables that.
''; '';
}; };