mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-07-29 20:38:49 +00:00
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.