From 6d82717e74e4ef03739268ed6f260587be7af66b Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 30 Jun 2016 15:22:36 +0100 Subject: [Feature] Implement zero-copy mode for HTTP reading --- conf/modules.d/phishing.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/modules.d/phishing.conf') diff --git a/conf/modules.d/phishing.conf b/conf/modules.d/phishing.conf index 861aee7ae..8875a3898 100644 --- a/conf/modules.d/phishing.conf +++ b/conf/modules.d/phishing.conf @@ -18,6 +18,9 @@ phishing { .include(try=true,priority=1) "$LOCAL_CONFDIR/local.d/phishing.conf" .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/phishing.conf" symbol = "PHISHING"; + # Disabled by default + openphish_enabled = false; + openphish_premium = false; openphish_map = "https://www.openphish.com/feed.txt"; # Disabled by default phishtank_enabled = false; -- cgit v1.2.3