From b5812dc0385f1697ec6a66f30c1b6a0b90a35f51 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Fri, 8 Aug 2025 16:14:05 -0500 Subject: [PATCH] rDNS PTR request handling for agh --- hosts/h003/mods/networking.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/h003/mods/networking.nix b/hosts/h003/mods/networking.nix index 3931e42..9521d22 100644 --- a/hosts/h003/mods/networking.nix +++ b/hosts/h003/mods/networking.nix @@ -182,6 +182,7 @@ # Shift DNS to localhost only on a separate non standard port # We are using ./adguardhome.nix for DNS and we still run this one for reverse name lookups + # Note in Ad GuardHome in DNS Settings add localhost:9053 to Private reverse DNS servers and enable them listen-address = "127.0.0.1"; port = 9053;