diff --git a/modules/arr.nix b/modules/arr.nix index e16df52..ae4a1f8 100644 --- a/modules/arr.nix +++ b/modules/arr.nix @@ -208,6 +208,8 @@ in policy = "bypass"; resources = [ "^/api.*" + ] ++ lib.optionals (name == "jackett") [ + "^/dl.*" ]; } {