mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
typo in networking.dnsSingleRequest documentation
This commit is contained in:
parent
01887f2c86
commit
bdb22d37f1
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ let
|
|||
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
|
||||
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.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue