mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 04:55:33 +03:00
.. | ||
test | ||
.gitignore | ||
anonymize.js | ||
package-lock.json | ||
package.json | ||
README.md |
Helper tools to work with the Query log
Usage
npm install
- Install the dependenciesnpm 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 thetest/querylog.json
.