Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYohann Bianchi <sbooob@gmail.com>2013-10-28 02:14:45 +0400
committerYohann Bianchi <sbooob@gmail.com>2013-10-28 05:16:57 +0400
commitdaec969e3d73d36e1176ee98a7f6be5b69847d5c (patch)
tree6db59d0a7d35c9e81ebe573ec1052a870050898c /config
parenta5ff495f3a5a5f253cfdbba6376e31952adc2f4a (diff)
ADDED: Option to use non-anonymized IP address to determine the visitor's location & ISP
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 0920441066..27643ff64e 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -412,6 +412,10 @@ page_maximum_length = 1024;
; For IPv6 addresses 0..4 means that 0, 64, 80, 104 or all bits are masked.
ip_address_mask_length = 1
+; Use anonymized IP to enrich visits in plugins.
+; Setting this to 0 allows, for example to get a more precise gelocation or ISP detection.
+use_anonymized_ip_for_visit_enrichment = 1
+
; Tracker cache files are the simple caching layer for Tracking.
; TTL: Time to live for cache files, in seconds. Default to 5 minutes.
tracker_cache_file_ttl = 300