From 71a370bd1a4abb9e2acf5173146629733d7bdf15 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 10 Mar 2016 19:03:51 +0000 Subject: [Feature] Rework includes system in the configuration --- conf/modules.d/ip_score.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'conf/modules.d/ip_score.conf') diff --git a/conf/modules.d/ip_score.conf b/conf/modules.d/ip_score.conf index 949aee333..a37eef100 100644 --- a/conf/modules.d/ip_score.conf +++ b/conf/modules.d/ip_score.conf @@ -1,9 +1,11 @@ ip_score { - .include(try=true,priority=1) "${DBDIR}/dynamic/ip_score.conf" + .include(try=true,priority=5) "${DBDIR}/dynamic/ip_score.conf" + .include(try=true,priority=1) "$LOCAL_CONFDIR/local.d/ip_score.conf" + .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/ip_score.conf" # servers = "localhost"; # treshold = 100; # reject_score = 3; # no_action_score = -2; # add_header_score = 1; # whitelist = "file:///ip_map"; -} \ No newline at end of file +} -- cgit v1.2.3