diff options
Diffstat (limited to 'conf/modules.d/phishing.conf')
-rw-r--r-- | conf/modules.d/phishing.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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; |