From 6544b9aca46a3e1bcd3aa8af76d641f7faf725ab Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 2 May 2024 10:27:38 +0000 Subject: [PATCH] doc: dns: fix typo --- hosts/common/net/dns.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/net/dns.nix b/hosts/common/net/dns.nix index 7bdd201b..175bb339 100644 --- a/hosts/common/net/dns.nix +++ b/hosts/common/net/dns.nix @@ -19,7 +19,7 @@ # # namespacing: # - each namespace can use a different /etc/resolv.conf to specify different DNS servers (see `firejail --dns=...`) -# - nscd breaks namespacing: the host nscd is unaware of the guest's /etc/resolv.conf, and so direct's the guest's DNS requests to the host's servers. +# - nscd breaks namespacing: the host nscd is unaware of the guest's /etc/resolv.conf, and so directs the guest's DNS requests to the host's servers. # - this is fixed by either `firejail --blacklist=/var/run/nscd/socket`, or disabling nscd altogether. { lib, ... }: {