From 73e22c54e29135b0d99390815e63db18327ebcf4 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 31 Jan 2022 20:42:04 +1300 Subject: [PATCH] erairaws: add ddos-guard info #12902 --- src/Jackett.Common/Indexers/EraiRaws.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Jackett.Common/Indexers/EraiRaws.cs b/src/Jackett.Common/Indexers/EraiRaws.cs index 03124e3d2..e4d2bd90b 100644 --- a/src/Jackett.Common/Indexers/EraiRaws.cs +++ b/src/Jackett.Common/Indexers/EraiRaws.cs @@ -53,6 +53,10 @@ namespace Jackett.Common.Indexers Language = "en-US"; Type = "public"; + configData.AddDynamic( + "DDoS-Guard", + new DisplayInfoConfigurationItem("", "This site may use DDoS-Guard Protection, therefore Jackett requires FlareSolver to access it.") + ); // Add note that download stats are not available configData.AddDynamic( "download-stats-unavailable",