AdGuardHome/scripts/querylog
Andrey Meshkov f694a40c57 * : query log anonymization tool 2020-09-18 14:42:04 +03:00
..
test * : query log anonymization tool 2020-09-18 14:42:04 +03:00
.gitignore * : query log anonymization tool 2020-09-18 14:42:04 +03:00
README.md * : query log anonymization tool 2020-09-18 14:42:04 +03:00
anonymize.js * : query log anonymization tool 2020-09-18 14:42:04 +03:00
package-lock.json * : query log anonymization tool 2020-09-18 14:42:04 +03:00
package.json * : query log anonymization tool 2020-09-18 14:42:04 +03:00

README.md

Helper tools to work with the Query log

Usage

  • npm install - Install the dependencies
  • npm run anonymize <source> <dst> - Reads querylog from the <source> and writes anonymized version to <dst>

Examples

  • npm run anonymize test/querylog.json test/anonquerylog.json - anonymizes the test/querylog.json.