From 2e31e74d92dad88b5023a914b3f57c60d08e20e8 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sun, 23 Jun 2024 23:51:07 +0200 Subject: [PATCH] update --- hosts/server/modules/internal/adguard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/server/modules/internal/adguard.nix b/hosts/server/modules/internal/adguard.nix index 42a26f9..1a524bc 100644 --- a/hosts/server/modules/internal/adguard.nix +++ b/hosts/server/modules/internal/adguard.nix @@ -8,5 +8,5 @@ allowDHCP = true; openFirewall = true; }; - networking.firewall.allowedTCPPorts = [ 53 3000 ]; + networking.firewall.allowedTCPPorts = [ 53 3000 3001 ]; }