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:
authorFabian Becker <fabian.becker@uni-tuebingen.de>2013-10-06 23:42:04 +0400
committerFabian Becker <fabian.becker@uni-tuebingen.de>2013-10-06 23:42:04 +0400
commit57501bfc33ed680cdde8c9177e8dc0ea42005011 (patch)
treea24628320120a68272070a24284a3c0facc4ee0d /config
parentf489ca260e2f8abe634d7fd4d9d866c7fb9611f0 (diff)
Use bits instead of octets when talking about IPv6
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index acfd06f306..3c12a27048 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -409,7 +409,7 @@ action_sitesearch_record_url = 0
; Anonymize a visitor's IP address after testing for "Ip exclude"
; This value is the level of anonymization Piwik will use; if the AnonymizeIP plugin is deactivated, this value is ignored.
; For IPv4/IPv6 addresses, valid values are the number of octets in IP address to mask (from 0 to 4).
-; For IPv6 addresses 0..4 means that 0,10,12,15 or all octets are masked.
+; For IPv6 addresses 0..4 means that 0, 64, 80, 104 or all bits are masked.
ip_address_mask_length = 1
; Tracker cache files are the simple caching layer for Tracking.