From 101677688eeb55eb5d9b5835386ac71c0900686a Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 27 Nov 2023 06:53:48 +0000 Subject: [PATCH] trust-dns: note that --debug doesnt act as expected --- hosts/by-name/servo/services/trust-dns.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/by-name/servo/services/trust-dns.nix b/hosts/by-name/servo/services/trust-dns.nix index e7958ad0..05923f75 100644 --- a/hosts/by-name/servo/services/trust-dns.nix +++ b/hosts/by-name/servo/services/trust-dns.nix @@ -11,6 +11,8 @@ in lib.mkMerge [ # don't bind to IPv6 until i explicitly test that stack services.trust-dns.settings.listen_addrs_ipv6 = []; services.trust-dns.quiet = true; + # FIXME(2023/11/26): services.trust-dns.debug doesn't log requests: use RUST_LOG=debug env for that. + # - see: # services.trust-dns.debug = true; sane.ports.ports."53" = {