http://fdroidorg6cooksyluodepej4erfctzk7rrjpjbbr6wx24jh3lqyfwyd.onion/tr/2019/04/15/privacy-preserving-analytics.html
That enables Nginx to convert IP addresses into country codes, so that
country codes are logged instead of IP addresses. # apt-get install libnginx-mod-http-geoip geoip-database Then enable the custom logging setup in /etc/nginx/nginx.conf : geoip_country / usr / share / GeoIP / GeoIP . dat ; log_format privacy '0.0.0.0 - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "-" $geoip_country_code' ; access_log / var / log / nginx / access . log privacy ; This then makes the...