From: Stefan Schantl Date: Fri, 26 Mar 2021 12:15:04 +0000 (+0100) Subject: ruleset-sources: Replace subscription code placeholder. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8371e045fb6fc8441fa7586b52f2507004cd6d11;p=people%2Fstevee%2Fipfire-2.x.git ruleset-sources: Replace subscription code placeholder. Replace the placeholder by the more generic . Signed-off-by: Stefan Schantl --- diff --git a/config/suricata/ruleset-sources b/config/suricata/ruleset-sources index a4f556118e..d82f3391ed 100644 --- a/config/suricata/ruleset-sources +++ b/config/suricata/ruleset-sources @@ -23,7 +23,7 @@ our %Providers = ( website => "https://www.snort.org", tr_string => "registered user rules", requires_subscription => "True", - dl_url => "https://www.snort.org/rules/snortrules-snapshot-29161.tar.gz?oinkcode=", + dl_url => "https://www.snort.org/rules/snortrules-snapshot-29161.tar.gz?oinkcode=", dl_type => "archive", }, @@ -33,7 +33,7 @@ our %Providers = ( website => "https://www.snort.org", tr_string => "subscripted user rules", requires_subscription => "True", - dl_url => "https://www.snort.org/rules/snortrules-snapshot-29161.tar.gz?oinkcode=", + dl_url => "https://www.snort.org/rules/snortrules-snapshot-29161.tar.gz?oinkcode=", dl_type => "archive", }, @@ -63,7 +63,7 @@ our %Providers = ( website => "https://emergingthreats.net/", tr_string => "emerging pro rules", requires_subscription => "True", - dl_url => "https://rules.emergingthreatspro.com//suricata-5.0/etpro.rules.tar.gz", + dl_url => "https://rules.emergingthreatspro.com//suricata-5.0/etpro.rules.tar.gz", dl_type => "archive", }, );