mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
erairaws: add ddos-guard info #12902
This commit is contained in:
@@ -53,6 +53,10 @@ namespace Jackett.Common.Indexers
|
|||||||
Language = "en-US";
|
Language = "en-US";
|
||||||
Type = "public";
|
Type = "public";
|
||||||
|
|
||||||
|
configData.AddDynamic(
|
||||||
|
"DDoS-Guard",
|
||||||
|
new DisplayInfoConfigurationItem("", "This site may use DDoS-Guard Protection, therefore Jackett requires <a href='https://github.com/Jackett/Jackett#configuring-flaresolverr' target='_blank'>FlareSolver</a> to access it.")
|
||||||
|
);
|
||||||
// Add note that download stats are not available
|
// Add note that download stats are not available
|
||||||
configData.AddDynamic(
|
configData.AddDynamic(
|
||||||
"download-stats-unavailable",
|
"download-stats-unavailable",
|
||||||
|
Reference in New Issue
Block a user