diff options
author | Ermal <eri@pfsense.org> | 2012-06-12 09:33:42 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2012-06-12 09:33:42 +0000 |
commit | 18a1c9965b1d6ce92a07a36e56d5ebdf7554323b (patch) | |
tree | 1077ed049f0073ab8799bf48e813100b1b384cf2 /config/snort/snort.inc | |
parent | 60729223ea389e89e0c840378d80121beef68ce9 (diff) | |
download | pfsense-packages-18a1c9965b1d6ce92a07a36e56d5ebdf7554323b.tar.gz pfsense-packages-18a1c9965b1d6ce92a07a36e56d5ebdf7554323b.tar.bz2 pfsense-packages-18a1c9965b1d6ce92a07a36e56d5ebdf7554323b.zip |
Centralize the snort update tarball and use 2922 file for rules.
Diffstat (limited to 'config/snort/snort.inc')
-rw-r--r-- | config/snort/snort.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc index a5d9ea90..8fb0310f 100644 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -38,6 +38,7 @@ require_once("filter.inc"); /* package version */ $snort_package_version = 'Snort 2.9.1 pkg v. 2.1.1'; +$snort_rules_file = "snortrules-snapshot-2922.tar.gz"; /* Allow additional execution time 0 = no limit. */ ini_set('max_execution_time', '9999'); |