From 00b1fa0aabaef15ed0a65f3e057f53ddd7a5c531 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Fri, 26 Mar 2021 13:27:48 +0100 Subject: [PATCH] ruleset-sources: Rename file to plain. This is used if a provider offers a plain rulefile instead an archive. Signed-off-by: Stefan Schantl --- config/suricata/ruleset-sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/suricata/ruleset-sources b/config/suricata/ruleset-sources index 563918e483..edef12d45c 100644 --- a/config/suricata/ruleset-sources +++ b/config/suricata/ruleset-sources @@ -12,7 +12,7 @@ package IDS::Ruleset; # tr_string => The translation string which is used by the WUI and part of the language files. # requires_subscription => "True/False" - If some kind of registration code is required in order to download the ruleset. # dl_url => The download URL to grab the ruleset. -# dl_type => "archive/file" - To specify, if the downloaded file is a packed archive or a plain text file. +# dl_type => "archive/plain" - To specify, if the downloaded file is a packed archive or a plain text file. # }, # Hash which contains the supported ruleset providers. -- 2.39.5