allow to download with jackett
This commit is contained in:
parent
5d5cb5c664
commit
ef4bacdf58
1 changed files with 2 additions and 0 deletions
|
@ -208,6 +208,8 @@ in
|
||||||
policy = "bypass";
|
policy = "bypass";
|
||||||
resources = [
|
resources = [
|
||||||
"^/api.*"
|
"^/api.*"
|
||||||
|
] ++ lib.optionals (name == "jackett") [
|
||||||
|
"^/dl.*"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue